Practice Labtest 1

The Watch Class (8 marks)

Implement the class Watch the API of which can be found here.

Include javadoc comments.

The WatchClient Class (2 marks)

After you have completed your Watch class, implement an app named WatchClient. In the app,

Submit Classes

Submit the classes Watch and WatchClient by typing
  submit 1030 Practice Watch.java WatchClient.java
before 19:15.

If you use eclipse, the files Watch.java and WatchClient.java can be found in the directory workspace/project/src/, where project is the name of the project you have created.

You may submit your code more than once. You are strongly encouraged to submit your work regularly during the test.