public static void Main()
Console.WriteLine("Hi! please write the letter of the correct answers to the questions I´ll ask you.");
Console.WriteLine("What's my name?");
Console.WriteLine("a. Emi");
Console.WriteLine("b. mily");
Console.WriteLine("c. emilia");
Console.WriteLine("d. amelia");
answer = Console.ReadLine();
Console.WriteLine("Correct!");
Console.WriteLine("Wrong! The right answer was c.");
Console.WriteLine("What's my favorite color?");
Console.WriteLine("a.pink");
Console.WriteLine("b.yellow");
Console.WriteLine("c.red");
Console.WriteLine("d.purple");
answer = Console.ReadLine();
Console.WriteLine("Correct!");
Console.WriteLine("Wrong the right answer was b.");
Console.WriteLine("What's my last name");
Console.WriteLine("a.Blancarte");
Console.WriteLine("b.Plancarter");
Console.WriteLine("c.Plancarte");
Console.WriteLine("d.Garibay");
answer = Console.ReadLine();
Console.WriteLine("Correct!");
Console.WriteLine("Wrong the right answer was c.");
Console.WriteLine("What's my favorite artist");
Console.WriteLine("a.All of one direction´s ex members");
Console.WriteLine("b.Taylor Swift");
Console.WriteLine("c.bad bunny");
Console.WriteLine("d.all of the above");
answer = Console.ReadLine();
Console.WriteLine("Correct!");
Console.WriteLine("Wrong the right answer was d.");
Console.WriteLine("You had " +total+ " correct answers.");