Advertisement
dinko_dt

Untitled

Nov 3rd, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. //int n = int.Parse(Console.ReadLine());
  2. //int k = 0;
  3. //while (k <= n)
  4. //{
  5. // if (k % 2 == 0)
  6. // {
  7. // Console.WriteLine($"{k} is even");
  8. // }
  9. // else
  10. // {
  11. // Console.WriteLine($"{k} is odd");
  12. // }
  13.  
  14. // k++;
  15.  
  16. //}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement