Question: Write a program that takes a duration in years/months/days and converts it to days. Consider a year as 365 days and a month as 30
Write a program that takes a duration in years/months/days and converts it to days. Consider a year as 365 days and a month as 30 days. The program should ensure that the input are non-negative numbers. If at least one input is negative, the program should give an error message. Below are sample outputs.

Write a program that takes a duration in years/months/days and converts it to days. Consider a year as 36:5 days and a month as 30 days The program should ensure that the input are non-negative numbers. If at least one input is negative, the program should give an error message. Below are sample outputs Enter years: 2 Enter months: 3 Enter days: 10 This duration is: 830 days Enter years: 1 Enter months: -2 Enter days: 3 Er ror: one or more input is negative
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
