public static void Main()
Console.WriteLine("Please select a joke my doggie. Say (1) or (2) Then respond with (why?) ");
var v1 = Console.ReadLine();
Console.WriteLine("Why cant a penguin fly?");
string responseOne = Console.ReadLine();
if (responseOne == "why?")
Console.WriteLine("they're too big");
Console.WriteLine("Why am I so sad?");
string responseTwo = Console.ReadLine();
if (responseTwo == "why?")
Console.WriteLine("This Class");
Console.WriteLine("Wanna hear anudder joke my doggie. For Yes Type in (Yee) for No Type in (Nah)");
repeat = Console.ReadLine();
Console.WriteLine("OOOF");