public static void Main()
Console.WriteLine("Please choose a number between 1 and 10");
byte n = byte.Parse(Console.ReadLine());
Console.WriteLine("You chose the correct number!");
Console.WriteLine("You have won the 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")