30.06.2013 Views

X - AS Nida

X - AS Nida

X - AS Nida

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

The while Statement<br />

The while Statement<br />

The while Statement<br />

The while Statement<br />

Note that if the condition of a while statement is<br />

false initially, the statement is never executed<br />

public class MyCounterWhile {<br />

public static void main (String[] args) {<br />

Therefore, the body of a while loop will execute zero<br />

or more times<br />

final int LIMIT = 2;<br />

int count = 0;<br />

while (count

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!