ajreuri23

שאלה 4

Oct 24th, 2016
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. int i;
  2. for (i = 2; i<10; i++)
  3. {
  4. Console.Write(i * i);
  5. }
Add Comment
Please, Sign In to add comment