Answered step by step
Verified Expert Solution
Question
1 Approved Answer
using python: Number of years and months Use input to prompt for this integer value: total number of months Calculate these integer values: number of
using python:
Number of years and months
Use input to prompt for this integer value:
- total number of months
Calculate these integer values:
- number of years
- number of months
Display results as
{total number of months} months is {number of years} year(s) and {number of months} month(s). where values in {} are calculated values
Tests
Input Months | Output |
18 | 18 months is 1 year(s) and 6 month(s) |
193 | 193 months is 16 year(s) and 1 month(s) |
Be sure to separate input from calculation from output
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started