A class has n students (n input from the screen), students take part in exam, exam paper comprises 5 question which answer is true (1) or false (0). Result of all 5 answers is sotred in an array. Write down the program to get student ID (integer) then step by step display five questions for student to answer, all answers should be stored. After each student finish their test, program should print out percentage of correct answers of each students. At end of exam, program print percentage of students which passed exam.