public static void Main()
string m1 = "Type Option A or Option B and press enter";
string m2 = "You Selected A ";
string m3 = "You selected B ";
string m4 = "Please select correct Letter ";
string m5 = "press Enter for next question";
string m6 = "press Enter for result";
Console.WriteLine("Who are you really");
Console.WriteLine("This personality test will tell you about your true pesonalit");
Console.WriteLine("Pick the First thing that comes to your mind");
Console.WriteLine("A: Babies");
Console.WriteLine("B: Dogs");
Console.WriteLine(m1 + ": ");
string myOption = Console.ReadLine();
Console.WriteLine(m2 +m5);
else if (myOption == "b")
Console.WriteLine(m3 + m5);
Console.WriteLine(m4 + m5);
Console.WriteLine("Pick the First thing that comes to your mind");
Console.WriteLine("A: Lady working on computer");
Console.WriteLine("B: Lady working on a drawing board");
Console.WriteLine(m1 + ": ");
myOption = Console.ReadLine();
Console.WriteLine(m2 + m5);
else if (myOption == "b")
Console.WriteLine(m3 + m5);
Console.WriteLine("Pick the First thing that comes to your mind");
Console.WriteLine("A: Electric car");
Console.WriteLine("B: Sports car");
Console.WriteLine(m1 + ": ");
myOption = Console.ReadLine();
Console.WriteLine(m2 + m5);
else if (myOption == "b")
Console.WriteLine(m3 + m5);
Console.WriteLine("Pick the First thing that comes to your mind");
Console.WriteLine("A: Relaxing massage");
Console.WriteLine("B: Meeting with your relatives");
Console.WriteLine(m1 + ": ");
myOption = Console.ReadLine();
Console.WriteLine(m2 + m5);
else if (myOption == "b")
Console.WriteLine(m3 + m5);
Console.WriteLine("Pick the First thing that comes to your mind");
Console.WriteLine("A: Calm serene Beach");
Console.WriteLine("B: Going out shopping");
Console.WriteLine(m1 + ": ");
myOption = Console.ReadLine();
Console.WriteLine(m2 + m5);
else if (myOption == "b")
Console.WriteLine(m3 + m5);
Console.WriteLine("Pick the First thing that comes to your mind");
Console.WriteLine("A: Facebook");
Console.WriteLine("B: Instagram");
Console.WriteLine(m1 + ": ");
myOption = Console.ReadLine();
Console.WriteLine(m2 + m6);
else if (myOption == "b")
Console.WriteLine(m3 + m6);
Console.WriteLine("HELPER: You love being resourceful and assisting others wherever you can. You are empathetic, sincere and warm hearted. It is importanat for you to be appreciated");
Console.WriteLine("LOYALIST: You are commited, trustworthy and excellent troubleshooter. You are very loyal friend, but are prone to insecurity. You approach problem with rational thinking");
Console.WriteLine("PEACEMAKER: You are stable, supportive and trusting. Your creative optimism is sometimes considered complacency, as you prefer to avoid confrontation");
Console.WriteLine("REFORMER: You are wise soul, realistic and down to earth. People see you as conscientious and ethical, with a strong sense of right and wrong. You have a need to always strive higher and improve everything");
Console.WriteLine("ENTHUSIAST: You are extroverted and optimisteic with playful spirit, you are practical but can be undisciplined and impatient. You want nothing more than to maintain your free dom and happiness");
Console.WriteLine(total);