Revnth / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 100.0%