public static void Main()
Console.WriteLine("Please Enter Your Name");
String name = Console.ReadLine();
Console.WriteLine(name + " your lucky number is [8]. Your lucky color is [black]. You will be able to produce carbon dioxide every time you exhale.");
Console.WriteLine(name + " your lucky number is [1]. Your lucky color is [Red]. You will make food .");
Console.WriteLine(name + " your lucky number is [2]. Your lucky color is [brown ]. You wont come to school tomorrow.");
Console.WriteLine(name + " your lucky number is [6]. Your lucky color is [ peach ]. New opportunities will emerge if you play your cards right.");
Console.WriteLine(name + " your lucky number is [10]. Your lucky color is [white]. You won’t be lost in forest .");
Console.WriteLine(name + " your lucky number is [9]. Your lucky color is [Pink]. Mrs.Segal will be absent .");
Console.WriteLine(name + " your lucky number is [4]. Your lucky color is [Green]. You gain the ability to fly for 1 second if you jump.");
Console.WriteLine(name + " your lucky number is [5]. Your lucky color is [Blue]. You will find some new pairs of crocs .");
Console.WriteLine(name + " your lucky number is [7]. Your lucky color is [Violet]. Every 2 days there will be a water well planted in Africa .");
Console.WriteLine(name + " your lucky number is [3]. Your lucky color is [Purple ]. Your dream collage will give you a scolarship ");
Console.WriteLine("There Was an Error, Please Try Again.");
Console.WriteLine("Would you like to try again? y/n");
string choice = Console.ReadLine();
if (choice == "Y" || choice == "Y")