Example #1
0
     static void Main(string[] args)
     {
         Quiz q = new Quiz();
         q.RunQuiz();
         q.GradeQuiz();
 }