Advertisement
ajreuri23

שאלה 5

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