public static void Main()
Console.WriteLine("What is your score in the game?");
a = int.Parse(Console.ReadLine());
Console.WriteLine("Perfect score!");
Console.WriteLine("That’s impossible, please start again.");
Console.WriteLine("Great score!");
Console.WriteLine("Good, you can do better!");
Console.WriteLine("Sorry, you are not good at bowling.");