public static string name = "";
public static void Main()
Console.WriteLine("What is your name?");
Console.Write("Hello, ");
Console.WriteLine("How old are you?");
string age=Console.ReadLine();
Console.WriteLine("When was the last year you had your birthday?");
string birthday = Console.ReadLine();
Console.Write("You were born in ");
Console.Write(Int32.Parse(birthday)-Int32.Parse(age));
Console.WriteLine("Do you want to go on an adventure?");
string response =Console.ReadLine();
if(response == "yes" || response == "Yes"|| response == "YES" ||response == "yeah" || response == "YEAH"|| response == "Yeah")
Console.Write("Let's go ");
Console.Write("Alright I'll leave you here, goodbye ");
public static void Adventure(){
Console.WriteLine(" ⛵ ");
Console.WriteLine("🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊");
Console.WriteLine("🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵");
Console.WriteLine("🔵🔵🔵🔵🔵🐟🔵🔵🔵🔵🔵🐟🔵🔵🔵🔵🔵🔵");
Console.WriteLine("🔵🔵🔵🐟🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🐟🔵");
Console.WriteLine("Do you see that ship?");
Console.WriteLine("It's coming closer!");
Console.WriteLine(" 🏴•☠️ ");
Console.WriteLine("🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊🌊");
Console.WriteLine("🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵");
Console.WriteLine("🔵🔵🔵🔵🔵🐟🔵🔵🔵🔵🔵🐟🔵🔵🔵🔵🔵🔵");
Console.WriteLine("🔵🔵🔵🐟🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵🐟🔵");
Console.Write("Pirates! ");
Console.WriteLine(" activate the hyperdrive!");
Console.WriteLine("Quickly!");
Console.WriteLine("😈: Ahoy, you land lubbers! You look like you have some good loot on your hands! What's your name?");
Console.WriteLine(" eh? I believe me and my crew will be makin' you walk the plank!");
Console.WriteLine("😏: Captain! Look at their treasure!");
Console.WriteLine(" 💰 ");
Console.WriteLine("🕳️🕳️🕳️🕳️🕳️🕳️🕳️🕳️🕳️");
Console.WriteLine("😈: Thanks for the free loot boys! Take them to the dungeons!");
Console.WriteLine("Thirty minutes later...");
Console.WriteLine(" we have to get out of here, before they kill us!");
Console.WriteLine("Do you have an idea?");
string ide = Console.ReadLine();
Console.Write("I don't think ");
Console.WriteLine(" is a good idea.");
Console.WriteLine("😏: We're sharpenin' our blades, before long, we'll have your treasure!");
Console.WriteLine("Hey pick that piece of paper up!");
Console.WriteLine("It says, 'The greatest common factor of 12 and 16 will be your greatest chance to get out of this situation.'");
Console.WriteLine(" What's the greatest common factor of 12 and 16?");
string id = Console.ReadLine();
Console.WriteLine("No.");
Console.WriteLine("Alright, how do we use 4?");
Console.WriteLine("😏: Captain wants to wait before killing you, he decided to give you food. How many bottles of water do you have?");