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