Advertisement
Nickzouk

monoi zigoi

Nov 12th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. using System;
  2.  
  3. namespace _12._11._19trith
  4. {
  5. class Program
  6. {
  7. static void Main(string[] args)
  8. {
  9. for ( int i = 3047; i <= 3100; i++)
  10. {
  11. if ( i % 2 == 0)
  12. {
  13. Console.WriteLine(" O {0} EINAI ZIGOS", i);
  14. }
  15. else
  16. {
  17. Console.WriteLine(" O {0} EINAI MONOS", i);
  18. }
  19. }
  20.  
  21.  
  22. }
  23.  
  24.  
  25.  
  26. }
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement