Guest User

Untitled

a guest
Dec 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. using System;
  2. class EX5__11_09_2012
  3.     {
  4.         static void Main()
  5.         {
  6.             int i;
  7.  
  8.             for (i = 1001; i <= 10000; i=i+2)
  9.             {
  10.                                  Console.WriteLine("{0}", i);
  11.             }
  12.         }
  13.     }
Add Comment
Please, Sign In to add comment