Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The program must be in C. Write a program that takes a duration in years/months/days and converts it to days. Consider a year as 365

The program must be in C.image text in transcribed

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. Enter years: 2 Enter months: 3 Enter days: 10 This duration is: 830 days Enter years: 1 Enter months: -2 Enter days: 3 Error: one or more input is negative

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And SQL For DB2

Authors: James Cooper

1st Edition

1583473572, 978-1583473573

Students also viewed these Databases questions