Write a program to convert number into days year, weeks and vice versa..in C/C++
Answers
Answered by
1
Answer:
Input : 30
Output : years = 0
week = 4
days = 2
Input : 20
Output : years = 0
week = 2
days = 6
Similar questions