public static void Main()
Console.WriteLine("You are a member of the Secret Service.");
Console.WriteLine("Today’s mission: Protect the President of the United States. Press enter to view the mission details.");
String q1 = Console.ReadLine();
Console.WriteLine("-------------------------------------------------------------------------------------------------------------");
Console.WriteLine("Location: Mexico");
Console.WriteLine("Agenda: Global Summit on Weapons of Mass Destruction(WMD)");
Console.WriteLine("Known Threats: A group of highly skilled international terrorists is bent on assassinating world leaders, including the President, Prime Minister of the United Kingdom, and Premier of Russia.");
Console.WriteLine("-------------------------------------------------------------------------------------------------------------");
Console.WriteLine("You have been assigned to lead the team as you escort the President. You may choose 3 more men from a list of 5 trusted men. Press enter to view the list.");
String q2 = Console.ReadLine();
Console.WriteLine("Who would you like for your first teammate?");
Console.WriteLine("a. Tom Cruise, 59 years old, 5 feet 7 inches");
Console.WriteLine("b. Brad Pitt, 58 years old, 5 feet 11 inches");
Console.WriteLine("c. Matt Damon, 51 years old, 5 feet 10 inches");
Console.WriteLine("d. Denzel Washington, 67 years old, 6 feet 1 inch");
Console.WriteLine("e. Daniel Padilla, 27 years old, 5 feet 10 inches");
String q3 = Console.ReadLine();
Console.WriteLine("Who would you like for your second teammate?");
Console.WriteLine("a. Tom Cruise, 59 years old, 5 feet 7 inches");
Console.WriteLine("b. Brad Pitt, 58 years old, 5 feet 11 inches");
Console.WriteLine("c. Matt Damon, 51 years old, 5 feet 10 inches");
Console.WriteLine("d. Denzel Washington, 67 years old, 6 feet 1 inch");
Console.WriteLine("e. Daniel Padilla, 27 years old, 5 feet 10 inches");
String q4 = Console.ReadLine();
Console.WriteLine("Who would you like for your third teammate?");
Console.WriteLine("a. Tom Cruise, 59 years old, 5 feet 7 inches");
Console.WriteLine("b. Brad Pitt, 58 years old, 5 feet 11 inches");
Console.WriteLine("c. Matt Damon, 51 years old, 5 feet 10 inches");
Console.WriteLine("d. Denzel Washington, 67 years old, 6 feet 1 inch");
Console.WriteLine("e. Daniel Padilla, 27 years old, 5 feet 10 inches");
String q5 = Console.ReadLine();
Console.WriteLine("-------------------------------------------------------------------------------------------------------------");
Console.WriteLine("The delegation board Air Force One, and the flight to Mexico goes uneventfully.");
Console.WriteLine("You deplane on the tarmac and flank the President as he descends down the stairs to the flashing cameras and clamoring reporters, and shakes the hand of Mexico's Chief of Police.");
Console.WriteLine("There are two presidential limousines waiting at the foot of the stairs, one for the President and one decoy.");
Console.WriteLine("You and your first teammate join the President, and your remaining two teammates ride in the decoy Cadillac.");
Console.WriteLine("A convoy of cars escorts you to the famous Gran Hotel Ciudad de México, where you ascend to the Penthouse Suite");
Console.WriteLine("Your team is given four luxury suites down the hall from the President's suite.");
Console.WriteLine("The next day, you stand next to the President as he makes his speech on the Grand Podium, eyeing the windows surrounding the stage for any suspicious movement.");
Console.WriteLine("You look in the other direction, and just as you see a child waving from a balcony on the third floor, you hear a shot. When your head swivels the other way, you hear another crack and see a flash of light coming from the third floor, seventh window on the left.");
Console.WriteLine("Only then do you see the President sprawled on the ground, bleeding from 2 shots, center mass.");
Console.WriteLine("You hear a cry : Eagle's Down! Eagle's Down! from one of your teammates.");
Console.WriteLine("Your team piles into the ambulance bearing the President, and in 5 minutes, you are in the ICU, waiting for the President to come out of surgery.");
Console.WriteLine("After 3 hours of waiting, a doctor in scrubs comes up to you, and says: The surgery went well. The President will live.");
Console.WriteLine("You thank the doctor, feeling extremely relieved.");
Console.WriteLine("A lieutenant comes up to you and hands you a list of possible assassins. Press enter to view the list.");
String q6 = Console.ReadLine();
Console.WriteLine("-------------------------------------------------------------------------------------------------------------");
Console.WriteLine("1. Osama bin Laden, who was the leader of the terrorist group in your mission briefing.");
Console.WriteLine("2. Coco Martin, who was suppposed to be the sixth man on the list of trusted men you were given. He was known to be bitter about being disqualified.");
Console.WriteLine("3. Lee Harvey Oswald, who assassinated previous American President John Fritzgerald Kennedy");
Console.WriteLine("4. Elon Musk, a billionaire who got rich on rockets who hated the President for his laws on climate change.");
Console.WriteLine("-------------------------------------------------------------------------------------------------------------");
Console.WriteLine("Who do you think is the assassin? Type in their first name.");
string answer = Console.ReadLine();
killer(ref guess, answer);
else if (answer == "Lee")
killer(ref guess, answer);
killer(ref guess, answer);
Console.WriteLine("Lee hated the President with a passion, because his father was thrown into jail and died there during the President's term of office.");
Console.WriteLine("Congratulations agent, for solving the case!");
public static int guess2()
public static void killer(ref int guess, string killer)
Console.WriteLine("Sorry, but that's wrong.");
Console.WriteLine("You have " + guess + " guesses left.");
Console.WriteLine("Sorry, but that's wrong.");
Console.WriteLine("You have " + guess + " guesses left.");
Console.WriteLine("Correct!");
Console.WriteLine("Sorry, but that's wrong.");
Console.WriteLine("You have " + guess + " guesses left.");
Console.WriteLine("Sorry, but there is no option with that name.");
Console.WriteLine("You have " + guess + " guesses left.");