Advertisement
Guest User

תרגיל 2 מדעי המחשב

a guest
Jan 19th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public static string targil2(int a)
  2. {
  3. int i;
  4. i = int.Parse(Console.ReadLine());
  5. if (i == 7 || i == 8)
  6. return "Vacation";
  7. return "School";
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement