CSE 1030 Labtest 1E Feb. 12, 2014

For reference:

This test consists of a short programming question and some short answer written questions. I recommend budgeting 50 minutes for the programming question and 30 minutes for the written questions.

Part 1 Programming Question

Implement the class Money whose API is as described here.

A JUnit tester can be found here

It is expected that your program compiles, meets the specifications given in the API, and follows the style guidelines for CSE1030. Javadoc comments are not required.

When you are finished, submit your code for the implemented Money class as follows:

submit -l 1030 labtest1E Money.java

Part 2 Non-Programming Questions

Your non-programming questions are here.

Type your answers to the non-programming questions into a file answers.txt. Make sure that you number your answers to match the questions.

When you are finished, submit your answers as follows:

submit -l 1030 labtest1E answers.txt