public static void Main()
Console.WriteLine("Hi it's me, harry");
Console.WriteLine("please type yer name here V");
string name = Console.ReadLine();
Console.WriteLine("hi there " + name + ", yer gonna answer some questions");
Console.WriteLine("But before we start, when the text shows 3 dots ... press enter to continue.");
Console.WriteLine("press the numer fer which option. example, 1+1 =");
Console.WriteLine("1. 2");
int Q1 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Correct! you have " + point + " points");
Console.WriteLine("Ouch! didn't even get that right!");
Q1 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine(point);
Console.WriteLine("didn't get it first try. you have " + point + " points");
Console.WriteLine("You finished day 2, " + name + "! ");
Console.WriteLine("-----Day 2-----");
Console.WriteLine("hey! great to see ya " + name + "! ");
Console.WriteLine("are ya ready fer the second question?");
Console.WriteLine("1. yes");
Console.WriteLine("2. no");
int YN = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("That's what I thought!");
Console.WriteLine("No?!? well burn my buttery biscute on the broadside of a barnyard, " + name + "!");
Console.WriteLine("alright, question 2! how much does an average male cow weight?");
Console.WriteLine("1. 3,200");
Console.WriteLine("2. 2,600");
Console.WriteLine("3. 3,800");
int Q2 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("How'd ya know? good job you have " + point + " points! ");
Console.WriteLine("sorry, guess again " + name + ". ");
Q2 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine(point);
Console.WriteLine("well, practice makes perfect, right " + name + "? you have " + point + " points.");
Console.WriteLine("Wow! alright ready for day 3 " + name + "?");
Console.WriteLine("-----day 3-----");
Console.WriteLine("YAWWWWWN! oh, day 3? alright! remember so far you have " + point + " points ");
Console.WriteLine("are you ready for the next question?");
Console.WriteLine("...");
Console.WriteLine("alright, " + name + ". how much does an average giraffe weigh?");
Console.WriteLine("1. 2,600 - 3,500");
Console.WriteLine("2. 3,200 - 4,800");
Console.WriteLine("3. 1,200 - 2,600");
int Q3 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Correct! 3 is correct " + name + ". you have " + point + " points! ");
Console.WriteLine("sadly, yer incorrect. try again.");
Q3 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("ok, you didn't get it first try but still, good job.");
Console.WriteLine("...");
Console.WriteLine("Congrats! you beat the game 100%. See you next time! remember, tomorrow is leaving time.");
Console.WriteLine("Oh? I forgot to tell ya " + name + ". We're going on titanic!");
Console.WriteLine("hey! You finished the game! sadly you didn't get 100%");
Console.WriteLine("you only finished with " + point + " points. you needed 30 points to win.");
Console.WriteLine("Anywho, are you gonna be ready for the trip? oh yeah, we're going on the titanic " + name + ".");