public static void Main()
Console.WriteLine("What is your age?");
int age = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Your age is" + age);
Console.WriteLine("In 100 years, you will be " + age2);
Console.WriteLine("You will be 100 years old " + age2 + "year");