public static void Main()
Console.WriteLine("Hi what´s your name?");
name = Console.ReadLine();
Console.WriteLine("Nice to meet you " + name + "!");
Console.WriteLine("How old are you?");
age = int.Parse(Console.ReadLine());
Console.WriteLine("In " + subs2 + " years you will be 30 years old");