Assignment 3
Due Feb 21 at Midnight
Cutoff Feb 26 at Midnight
Problem 2.7 on Page 109 with the following (possible) changes:
- The largest number of seconds is 100,000.
- The process will be repeated as long as the user wishes to continue. This will be determined by querying the user (after the first conversion) asking if another conversion shoudl be made. "Do you wish to convert another amount (y/n)?" and will continue if the user responds with a 'Y' or a 'y'.
- HINT: There is at least one possible ambiguity in this problem that you shoule either specifically address or ask me about to receive full credit for the problem.