Question: Write a C# program to convert an integer number of days to an equivalent number of years, months, and days. Assume each month has 30
Write a C# program to convert an integer number of days to an equivalent number of years, months, and days.
Assume each month has 30 days, and a year has 360 days
For example, under the given assumptions, the value 5000 (days) represents 13 years, 10 months, and 20 days.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
