public static void Main()
Random random= new Random();
Console.WriteLine("Your score is "+score +"\nDo you want another go? yes or no");
string thing= Console.ReadLine();
Console.WriteLine("You did not write the expected statement please try again");