public static void Main()
Console.WriteLine("Please enter a number between 1 and 10");
int q = int.Parse(Console.ReadLine());
Console.WriteLine("You will watch less TV");
Console.WriteLine("You will eat out less");
Console.WriteLine("You will have more fun");
Console.WriteLine("You will focus more on school");
Console.WriteLine("You will look for the true you");
Console.WriteLine("You will come up with ideas because I'm out of them");
Console.WriteLine("You will stick to the resolution. Run the program again and pick a different number");
Console.WriteLine("You will read more books");
Console.WriteLine("You will learn how to cook better");
Console.WriteLine("You will train to run a marathon");
Console.WriteLine("Would you like to run the program again? Type \"y\" if yes.");
string choice = Console.ReadLine();
if (choice == "y" || choice == "Y")