public static void Main()
Console.WriteLine("Hello what's your name");
string name= Console.ReadLine();
Console.WriteLine(name+ ", your lucky number is 12 and your lucky color is red. You are going to recieve a gift soon.");
Console.WriteLine(name+ ", your lucky number is 15 and your lucky color is yellow. You are going to find money on the ground today.");
Console.WriteLine(name+ ", your lucky number is 23 and your lucky color is blue. You are going to go on a vacation soon.");
Console.WriteLine(name+ ", your lucky number is 38 and your lucky color is purple. You are going to recieve great news today.");
Console.WriteLine(name+ ", your lucky number is 21 and your lucky color is orange. You are going to do great on your next exam.");
Console.WriteLine(name+ ", your lucky number is 4 and your lucky color is black. You are going to have your favorite meal today.");
Console.WriteLine(name+ ", your lucky number is 29 and your lucky color is periwinkle. You will win the lottery");
Console.WriteLine(name+ ", your lucky number is 10 and your lucky color is grey. You are going to have great mental health");
Console.WriteLine(name+ ", your lucky number is 4 and your lucky color is white. You are going to pass all your classes.");
Console.WriteLine(name+ ", your lucky number is 8 and your lucky color is burgundy. You are going to make lots of new friends.");
Console.WriteLine("Would you like to play again? y/n");
string choice = Console.ReadLine();
if (choice == "Y" || choice == "y")