Write a program to input two valid dates, each comprising of day (2 digit) month (2 digit) and year (4 digit) and calculate the day elapsed ...

Write a program to input two valid dates, each comprising of day (2 digit) month (2 digit) and year (4 digit) and calculate the day elapsed between the two dates.

Test your program with following data values:

Example:

First date:     Day:   24
                Month: 09
                Year:  1960

Second Date:    Day:   10
                Month: 12
                Year:  1852

Have something to say? Log in to comment on this post.

0 comments