public static void Main()
Console.WriteLine("Please enter your score:");
int score = int.Parse(Console.ReadLine());
Console.WriteLine("What a great score! Well done.");
Console.WriteLine("That was rubbish. Get practicing.");
Console.WriteLine("That was ok.");