You should follow these steps exactly as you set up your repo. Failure to do so will result in a compilation error when you submit your code.
- Clone the Repo
- Open the quiz.Quiz0 class
- When you get your question from Autolab, write the methods exactly as described
You have a test package containing a class named QuizTest. You may write whatever unit tests you wish in this class, but they will not be considered by the autograder and are completely optional. If you choose to write them, keep in mind that your tests will not be checked for correctness.
To submit to Autolab, run the main method in quiz.Zipper to compress the project, and submit that zip file.