Write a program that holds the correct answers to the exam in an array. The program should have an array that hold's the student's answers. The program should have the following static methods: a. passed() returns true if the student passed the exam or false if the student failed. b. totalCorrect() - Return the total number of correctly answered questions. c. totalIncorrect() - Returns the total number of incorrectly answered questions. d. An int array containing the questions numbers of the questions that the student missed.

Solved
Show answers

Ask an AI advisor a question