22.06.2016 Views

Loops_sushma

Create successful ePaper yourself

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

class Program<br />

{<br />

static void Main(string[] args)<br />

{<br />

do<br />

{<br />

Console.WriteLine(number);<br />

number = number + 1;<br />

} while(number < 5);<br />

}<br />

}<br />

Example of do-while loop

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

Saved successfully!

Ooh no, something went wrong!