30.06.2013 Views

X - AS Nida

X - AS Nida

X - AS Nida

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

The do Statement<br />

The do Statement<br />

Infinite Loops<br />

Infinite Loops<br />

The do statement has the following syntax:<br />

public class Forever {<br />

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

int count = 1;<br />

do {<br />

statement;<br />

} while ( condition )<br />

while (count

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

Saved successfully!

Ooh no, something went wrong!