public static void Main()
Console.WriteLine("Welcome to my quiz user!(please type your'e answers in lower case letters)\nWhat is your'e name?\n");
string name = Console.ReadLine();
Console.WriteLine("Okay "+name+" lets start!\n");
Console.WriteLine("Question 1\nHow many colors are there in a rainbow "+name+"?\na.7\nb.10\nc.2\n");
string ansr1 = Console.ReadLine();
Console.WriteLine("Correct!\n"+name+"'s score:"+score+"\n");
Console.WriteLine("Wrong!\n"+name+"'s score:"+score+"\n");
Console.WriteLine("Question 2\nWhat can't talk but will reply when spoken to "+name+"?\na.Chimes\nb.Vibration\nc.Echo\n");
string ansr2 = Console.ReadLine();
Console.WriteLine("Correct\n"+name+"'s score:"+ score+"\n");
Console.WriteLine("Wrong\n"+name+"'s score:"+score+"\n");
Console.WriteLine("Question 3\n"+name+",what is the national fruit of the Philippines\na.duian\nb.watermelon\nc.mango\n");
string ansr3 = Console.ReadLine();
Console.WriteLine("Correct\n"+name+"'s score:" + score+"\n");
Console.WriteLine("Wrong\n"+name+"'s score:" + score+"\n");
Console.WriteLine("Question 4\n" + name + ",what is the tallest mountain in the world?\na.Everest\nb.Fuji\nc.Bromo\n");
string ansr4 = Console.ReadLine();
Console.WriteLine("Correct\n" + name + "'s score:" + score + "\n");
Console.WriteLine("Wrong\n" + name + "'s score:" + score + "\n");
Console.WriteLine("Question 5\n" + name + ",What has legs but dosent walk \na.chair\nb.desk\nc.table\n");
string ansr5 = Console.ReadLine();
Console.WriteLine("Correct\n"+name+"'s score:"+ score+"\n");
Console.WriteLine("Wrong\n"+name+"'s score:"+score+"\n");
Console.Beep(1000, 1500);
Console.WriteLine("Question 6\n" + name + ",What can you catch but cant throw\na.Cold\nb.Asthma\nc.Fever\n");
string ansr6 = Console.ReadLine();
Console.WriteLine("Correct\n"+name+"'s score:"+ score+"\n");
Console.WriteLine("Wrong\n"+name+"'s score:"+score+"\n");
} Console.WriteLine("Wrong\n" + name + "'s score:" + score + "\n");
Console.Beep(1100, 1500);
Console.WriteLine("Question 7\n" + name + ",If you were in third place and you over take someone in second place what place would you be in now?\na.first\nb.second\nc.third\n");
string ansr7 = Console.ReadLine();
Console.WriteLine("Correct\n"+name+"'s score:"+ score+"\n");
Console.WriteLine("Wrong\n"+name+"'s score:"+score+"\n");
Console.Beep(1200, 1500);
Console.WriteLine("Question 8\n" + name + ",What kind of band that never plays\na.Kamikaze\nb.rubber band\nc.nirvana\n");
string ansr8 = Console.ReadLine();
Console.WriteLine("Correct\n"+name+"'s score:"+ score+"\n");
Console.WriteLine("Wrong\n"+name+"'s score:"+score+"\n");
Console.Beep(1300, 1500);
Console.WriteLine("Question 9\n" + name + ",What has a head but no body \na.coin\nb.lollipop\nc.spoon\n");
string ansr9 = Console.ReadLine();
Console.WriteLine("Correct\n"+name+"'s score:"+ score+"\n");
Console.WriteLine("Wrong\n"+name+"'s score:"+score+"\n");
Console.Beep(1400, 1500);
Console.WriteLine("Question 10\n" + name + ",What has hands but cant clap \na.alam\nb.mouse\nc.clock\n");
string ansr0 = Console.ReadLine();
Console.WriteLine("Correct\n"+name+"'s score:"+ score+"\n");
Console.WriteLine("Wrong\n"+name+"'s score:"+score+"\n");
Console.Beep(1500, 1500);
Console.WriteLine("Your Score is : " + score);
Console.WriteLine("You Passed ");
Console.WriteLine("Your Score is : " + score);
Console.WriteLine("You Failed ");