
Write a program that will grade the students quiz. The program will ask the user to enter the number of the questions in the quiz, the right answer for each question and save it in array. The program will ask the user to enter the student answers to be checked and show the number of right answers and the final grade as a percentage. The program will ask if the user want to grade another quiz.