Question: exercise 3 Exercise 3 Create a class called Quiz that uses your Question class to create Quiz objects A Quiz can be composed of up

exercise 3
Exercise 3 Create a class called Quiz that uses your Question class to create Quiz objects A Quiz can be composed of up to 10 questions and a score. The Quiz constructor should initialize an AmayList and the score accordingly. Create a way to keep track of the total number of quizzes ever created. Create a method called void add(Question q) that adds a new question to the quiz What should happen if we try to add an 11 question to a quiz? Create only the necessary getters and setters Create a method called void giveQuiz) that presents each question, and its difficulty, in turn to the user, accepts an answer for each one, and keep track of the results
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
