Mini Assignment 1 Demonstration Activities
1. The TimeCounter.java
and TestStub.java can be compiled correctly.
2. Compile and run the program. Test the program with the following data:
Input Output
0 00:00:00.0
1 00:00:00.1
600 00:01:00.0
1259 00:02:05.9
13627 00:22:42.7
36000 01:00:00.0
48600 01:21:00.0
99999 02:46:39.9
615236 17:05:23.6
800000 22:13:20.0
3. Compile and run StopWatch.