PROGRAM EIGHTEEN
Write a program that prompts the user for todays date, a procedure
using variable parameters which calculates tomorrows date, and the
main program displaying tommorrows date.
Use records for todays date, tomorrows date, An array can be used to hold the days for each month of the year.
Jan to Dec = 31,28,31,30,31,30,31,31,30,31,30,31Remember to change the month or year as necessary.