CSCI 161 — Lab 3

Due: Wednesday, February 14, 2017 @ 8:00PM

Objectives

Overview

Style

Use good programming style:

Input Specification

No user input is required. the value 2693793 should be "hard-coded" into the program. Do not accept any user input for the version you submit, and ensure the version submitted has the value specified.

Output Specification

Use PRECISELY the format shown below with the EXACT same spacing. Note: the output below is for an initial value of 104,442 seconds.

A time of 104442 seconds is equivalent to 
  1 day(s)
  5 hour(s)
  0 minute(s)
  42 second(s)

Hints and Reminders

Submission

Submit the Java source code file on Autolab under the "Lab 3" assignment.

Grading