public static void Main()
string f1 = "you will find a cloud in the shape of a bean";
string f2 = "you will find a really cool bean";
string f3 = "you will find a really cool doorknob";
string f4 = "you will find a really cool lightbulb";
string f5 = "you will find a really cool potato with glasses";
string f6 = "you will find a really cool cat";
string f7 = "you will find a really cool lightswitch";
string f8 = "you will find a really cool wire";
string f9 = "you will find a really cool R shaped mound of dirt";
string f10 = "you will find a really cool bird with glasses";
Console.WriteLine("Enter your name");
string name = Console.ReadLine();