Step 3:

Create a copy of the app
Check02K.java and call it Check02L.java

(To do this, select the file
Check02K.java in the package browser, choose Edit -> Copy, then Edit -> Paste; you will be prompted for a new name)

Do the following additional conversions:

Convert the number of seconds into minutes.
Convert the number of minutes into hours.
Convert the hours into days.

For each conversion, print the outcome with the specified prefix.

The output will look something like this:


Pasted Graphic 3