public static void Main()
Console.WriteLine("Hi! can you give me your bowling score?");
score = int.Parse(Console.ReadLine());
Console.WriteLine("That's impossible, please start again");
Console.WriteLine("Perfect score!");
Console.WriteLine("Great score!");
Console.WriteLine("Good, you can do better!");
Console.WriteLine("Sorry, you're not good at bowling");