Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 265 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 265 Bytes

DATE_Checking

Define a class Date that contains details like year, month and date. Write a C++ program to check the validity of the date that you enter and display the next date. Sample 1 : 02/ 03/ 1990 Valid, Next date: 03/03/1990 Sample 2: 29/02/1989 Not Valid