Computer Science, asked by rebelahsanahmad, 5 months ago

Write a program to convert number into days year, weeks and vice versa..in C/C++​

Answers

Answered by Anonymous
1

Answer:

Input : 30

Output : years = 0

week = 4

days = 2

Input : 20

Output : years = 0

week = 2

days = 6

Similar questions