write an algorithm to convert days into years and months
all steps pls
Answers
Answered by
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
1
Answer:
write an algorithm to find year , month ,days from input days
Similar questions
Physics,
3 months ago
Chemistry,
3 months ago
Math,
3 months ago
Chemistry,
11 months ago
Accountancy,
11 months ago