Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Your program should prompt the user for some number of seconds. It will then determine if the number of seconds entered is (a) less than 60 seconds, in which case it will report in seconds, (b) between 60 seconds but less than 3,600 seconds, in which case it will print a report in minutes, (c) between 3,600 seconds but less than 86,400 seconds, in which case it will print a report in hours, or (d) greater than or equal to 86,400 seconds, in which case it will print a report in days.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement