Advertisement
ajreuri23

שאלה 1

Oct 30th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. int i, a, j;
  2. for (i = 0; i < 10; i++)
  3. {
  4. a = int.Parse(Console.ReadLine());
  5. for (j = 1; j <= a; j++)
  6. Console.WriteLine(j);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement