public static void Main()
Console.WriteLine("What is your name?");
Console.WriteLine("Please choose a number between 1 and 10.");
byte n = byte.Parse(Console.ReadLine());
Console.WriteLine("Your lucky number is 11 and your lucky color is orange.");
Console.WriteLine("You chose 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");