DMV Exam

Hi, this is my Driver's License exam program.
All of the errors my program is throwing in my face are listed in the main() function of the program.
I can not, for the life of me, figure out what I've done wrong. Help a new programmer out please?

Last edited on
Line 75: You're declaring an instance of TestGrader with no arguments, but you don't have a default constructor. How should testOne be initialized?

Line 76: You're trying to pass testAnswers to setKey, but testAnswers is private.

Line 77: Same problem.

In the future, when you get error messages, please post the exact text of the error messages.
Topic archived. No new replies allowed.