public static void Main()
Console.WriteLine("You will begin a true or false quiz. answer with 't' for truth or 'f' for false. Press enter when ready to begin.");
string beg = Console.ReadLine();
Console.WriteLine("The creator of this program is Fardeen Hussain.");
string choice1 = Console.ReadLine();
Console.WriteLine("incorrect.");
Console.WriteLine("Correct!");
Console.WriteLine("there are 8 continents in the world.");
string choice2 = Console.ReadLine();
Console.WriteLine("Correct!");
Console.WriteLine("Incorrect.");
Console.WriteLine("there are less than 7 billion people living on Earth.");
string choice3 = Console.ReadLine();
Console.WriteLine("Correct!");
Console.WriteLine("incorrect.");
Console.WriteLine("Congraduations! You scored a " +win+ " out of 3.");