public static void Main()
Console.WriteLine("Age Guessing Program");
Console.WriteLine("Programmed by Solenne Masangkay of 9B");
Console.WriteLine("You want to see if this program can guess your age?");
Console.WriteLine("Just type a number more than and aside from 5 to answer yes, and a number less than and other than the number 5 to answer no.");
decision = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Understandable, have a nice day.");
Console.WriteLine("You do. First, pick a number.");
Console.WriteLine("Done?");
Console.WriteLine("Now multiply your chosen number by 2.");
Console.WriteLine("Next, add it with 5.");
Console.WriteLine("Multiply it by 50...");
Console.WriteLine("Then add it with 1767 if your birthday has passed and 1766 if it's coming up.");
Console.WriteLine("Lastly, subtract your answer with your birthyear.");
Console.WriteLine("Did you get your age as your answer? If yes, great! If otherwise, understandable. Have a nice day.");