
March 7th, 2013, 07:40 AM
|
 |
Java Junkie
|
|
Join Date: Jan 2004
Location: Mobile, Alabama
|
|
|
In this case, both loop will be infinite. In the first loop, you have the variable already set to 0, so as long as that's true, the loop will run. If the value changes, then control will pass to the next line.
|