"Develop a program that can be used to calculate the number of days between any two days from 1/1/1900 through 12/31/2099
The main program will call the same function twice- once for each date and have an integer returned to it each time.
The function will prompt for a year, month and day(in that seqeunce)
After receiving both dates, the program will then determine the number of days between the two dates.
The normal year array should contain:
{0, 0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 304, 335, 366};
any help is much appreciated