Console.WriteLine("You wake up in your hotel room in New Orleans, as you wake up you forgot to feed you dog this morning. You must get back home before the \nend of the day. You decide to pack up and head to your car.");
Console.WriteLine("\nAs you approach your car, you start to feel the heat outside. IT IS HOT! As you get into your car, you can feel the heat from inside the car. \nYou start to think, should you turn on the AC, or roll down your windows? What do you do?");
String choice = Console.ReadLine();
if (choice == "Roll down the windows"){
Console.WriteLine("You let the heat in and pass out from a heat stroke.");
}if (choice == "Turn on the AC"){ Console.WriteLine("You turn on the AC and it cools you down, but out of nowhere, you see a massive pothole. Do you swereve around it, or do you run into it? \nWhat do you do?");{ }}
String Choice = Console.ReadLine();
if (Choice == "Run into it"){
Console.WriteLine("You run into it but its big enough to swallow your car whole and your car is done.");}
Console.WriteLine("The sum of x and y is: " + sum);