public static void Main()
Console.WriteLine("Hello, what is your name?");
string name= Console.ReadLine();
Console.WriteLine(name + ", your lucky number is 23 and your lucky color is red. Soon you will have great wealth in the future.");
Console.WriteLine(name + ", your lucky number is 16 and your lucky color is blue. Soon you will marry the person of your dreams.");
Console.WriteLine(name + ", your lucky number is 191 and your lucky color is yellow. Soon you will get the degree you have always wanted.");
Console.WriteLine(name + ", your lucky number is 7 and your lucky color is purple. Soon you will get your dream job.");
Console.WriteLine(name + ", your lucky number is 4 and your lucky color is green. Soon you will have a dream that will explain everything.");
Console.WriteLine(name + ", your lucky number is 41 and your lucky color is orange. Soon you will have a break through in your life.");
Console.WriteLine(name + ", your lucky number is 91 and your lucky color is marron. Soon you will get revenge on your enemy.");
Console.WriteLine(name + ", your lucky number is 100 and your lucky color is black. Soon you will get good grades in school.");
Console.WriteLine(name + ", your lucky number is 27 and your lucky color is scarlett. In the future you will have the perfect amount of children.");
Console.WriteLine(name + ", your lucky number is 68 and your lucky color is violet. Soon you will recieve a huge amout of love.");
Console.WriteLine("Would you like to play again, " + name + "?");
string choice = Console.ReadLine();
if (choice == "Y" || choice == "y")