help please
PART 1: Quiz Version 1, simple quiz
[100 marks]
a) Your Quiz class will need the following additional methods as shown in the instructions in Quiz.java (See sections marked “TODO”).
- void printQuizClosedMessage() [5]
- void close() [5]
- void showAttemptsRemaining() [5]
- void showSum() [5]
- void makeAttempt(int n) [30]
- boolean isClosed() [10]
- void advance() [10]
- void revealAnswer() [10]