Question: FOR JAVA Make a Java quiz program. Quiz can be about any subject. The coding should be simple, have for loops and if statements to
FOR JAVA Make a Java quiz program. Quiz can be about any subject. The coding should be simple, have for loops and if statements to display each question and the possible solutions (a. "Bla bla", b. "Bla bla", etc. Answers can be stored in an array. Be sure to implement error handling(can't enter anything besides upper or lower case a, b, c, d.) After all questions have been answered state how many were answered correctly and whether the test was passed or failed(generally 70% is passing). Then state which problems were wrong and what the right answer is. If possible utilize interitence, aka one Java file extending another one. Also export the quiz results as a txt file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
