public static void Main()
Console.WriteLine("Please choose a number between 1 and 10");
byte n = byte.Parse(Console.ReadLine());
Console.WriteLine("You choose the correct number");
Console.WriteLine("You have won this game " + win + " times");
Console.WriteLine("I'm sorry, You did not win. The correct number was: " + q);
Console.WriteLine("Would you like to play again? y/n");
string choice = Console.ReadLine();
if (choice == "Y" || choice == "y")