Tuesday, October 25, 2011

Lab 6 - TimeConversion.java

You are to complete exercise 5.25
(6th ed, p167; 7th ed, p176; 8th ed, p193).

The class name must be TimeConversion. You may write it as a command line or as a GUI application.

You must do the work in a method named convertMillis. This is its header:

   public static String convertMillis(long nMillis)

Sample Output
Here is a screenshot of my code running.

TimeConversion output

Refer to the deliverables post for comment formatting and required program identification information.

Due Date:
Monday, October 31th, 8:00am