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 />

int number = 5;<br />

for(int i = 0; i < number; i++)<br />

Console.WriteLine(i);<br />

Console.ReadLine();<br />

}<br />

}<br />

Example of for loop

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

Saved successfully!

Ooh no, something went wrong!