public static void Main()
Console.WriteLine("Hello! I can tell you your fortune. Firstly...what is your name?");
string name = Console.ReadLine();
int fortune = r.Next(1,11);
{Console.WriteLine( name + ", your lucky color is blue, and your lucky number is 15. Today, something good will happen to you.");
{Console.WriteLine( name + ", your lucky color is red, and your lucky number is 60. Today, you will find that someone you thought was not close to you is.");
{Console.WriteLine( name + ", your lucky color is purple, and your lucky number is 27. Today,you will realize that you had made a mistake, and you will fix it");
{Console.WriteLine( name + ", your lucky color is green, and your lucky number is 4. Today, you and the ones closest to you will do something fun");
{Console.WriteLine( name + ", your lucky color is black, and your lucky number is 32. Today, you will find your lucky charm. ");
{Console.WriteLine( name + ", your lucky color is white, and your lucky number is 6. Today, you will finally get what you want most.");
{Console.WriteLine( name + ", your lucky color is yellow, and your lucky number is 72. Today, you will meet a new friend.");
{Console.WriteLine( name + ", your lucky color is orange, and your lucky number is 18. Today, you will have the best day in your life.");
{Console.WriteLine( name + ", your lucky color is grey, and your lucky number is 0. Today, something bad will happen, but that will lead to somthing good.");
{Console.WriteLine( name + ", your lucky color is blue, and your lucky number is 23. Today, you will find the answer to your biggest problem.");
{Console.WriteLine("The magic ball is having some trouble getting your fortune. Please press enter to try again");
Console.WriteLine("Would you like another fortune? Type y/n");
string choice = Console.ReadLine();
if (choice == "Y" || choice == "y")
if (choice == "N" || choice == "n")
{Console.WriteLine("Okay! Have a good day, and keep your fortune in mind.");}
{Console.WriteLine("That does not seem right.");