fr0stn1k

C#Light3.2.4_Kovylovv

Feb 9th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.27 KB | None | 0 0
  1. public static void Main(string[] args)
  2.         {
  3.             int age = int.Parse(Console.ReadLine());
  4.  
  5.             for (; age != 0; age--)
  6.             {
  7.                 Console.WriteLine("Поздравляю с Днём Рождения!");
  8.             }
  9.         }
Advertisement
Add Comment
Please, Sign In to add comment