Advertisement
Guest User

Аге

a guest
Apr 25th, 2013
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. using System;
  2.  
  3. class Аге
  4. {
  5. static void Main(string[] args)
  6. {
  7. Console.Write("My age now:");
  8. int Age = int.Parse(Console.ReadLine());
  9. Age += 10;
  10. Console.WriteLine("My age after ten years:"+Age);
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement