Question: PROGRAM IN PYTHON: Days and hours Using input, prompt for an integer number of hours The display how many days and how many hours that
PROGRAM IN PYTHON:
Days and hours
Using input, prompt for an integer number of hours
The display how many days and how many hours that is
For example, if the user enters 47, you would get:
- That is 1 days and 23 hours
if the user enters 49, you would get:
- That is 2 days and 1 hours
Be sure to separate input from calculation from output <--- this is very important to the teacher.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
