public static void Main()
Console.WriteLine("Welcome to the lame ass math game! \nPlease pay with your soul to play!");
Console.WriteLine("15 + 2 + 2 = ");
int answer01 = Convert.ToInt32(Console.ReadLine() );
Console.WriteLine("That's correct!");
Console.WriteLine("Thats's wrong!");
Console.WriteLine("10 * 2 / 4 = ");
int answer02 = Convert.ToInt32(Console.ReadLine() );
Console.WriteLine("That's correct!");
Console.WriteLine("Thats's wrong!");
Console.WriteLine("(4 + 3 + 1) / 2 = ");
int answer03 = Convert.ToInt32(Console.ReadLine() );
Console.WriteLine("That's correct!");
Console.WriteLine("Thats's wrong!");