Computer Science, asked by asmitjha0812, 7 months ago

write an algorithm to convert days into years and months

all steps pls​

Answers

Answered by Anonymous
11

C Program to Convert a Given Number of Days in terms of Years, Weeks & Days

Take the number of days as input.

For the number of years, divide the input by 365 and obtain its quotient.

For the number of weeks, divide the input by 365 and obtain its remainder.

Explanation:

mark me brainlist only one please

Answered by souparnadas357
1

Answer:

write an algorithm to find year , month ,days from input days

Similar questions