Write a program that requires a user to provide a birthday date as an input. Based
on the date:
• Calculate the number of years, months and days of the date entered
corresponding to current date.
• Calculate the number of years, months and days from the current date to
the next birthday.
• Display all findings. If the number of days from the current date to the
next birthday is less than a week, display a reminder.
on the date:
• Calculate the number of years, months and days of the date entered
corresponding to current date.
• Calculate the number of years, months and days from the current date to
the next birthday.
• Display all findings. If the number of days from the current date to the
next birthday is less than a week, display a reminder.
Comment