public static void Main()
Console.WriteLine("PLease enter your name");
string name=Console.ReadLine();
Console.WriteLine("Hello "+name);
Console.WriteLine("Please choose a color: red, blue, yellow");
string color=Console.ReadLine();
Console.WriteLine("Please choose a whole number from 1-4");
string input=Console.ReadLine();
int num=Convert.ToInt32(input);
Console.WriteLine("A beautiful, smart, and loving person will be coming into your life.");
Console.WriteLine("A dubious friend may be an enemy in camouflage.");
Console.WriteLine("A faithful friend is a strong defense.");
Console.WriteLine("A feather in the hand is better than a bird in the air.");
Console.WriteLine("A fresh start will put you on your way.");
Console.WriteLine("A friend asks only for your time not your money.");
Console.WriteLine("A person of words and not deeds is like a garden full of weeds.");
Console.WriteLine("A gambler not only will lose what he has, but also will lose what he doesn’t have.");
Console.WriteLine("A golden egg of opportunity falls into your lap this month.");
Console.WriteLine("A good friendship is often more important than a passionate romance.");
Console.WriteLine("A good time to finish up old tasks.");
Console.WriteLine("A hunch is creativity trying to tell you something.");
Console.WriteLine("Goodbye "+name);