Program to convert given number of days in terms of Years, Weeks and Days
Given number of days, convert it in terms of Years, Week and Days. Examples : Input : 30 Output : years = 0 week = 4 days = 2 Input : 20 Output : years = 0 week = 2 days = 6 Approach : Number of years will be the quotient when number of days will be divided by 365 i.e days / 365 = years.Number of we