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
forked from rohithcd/DATE_Checking
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Revnth/DATE_Checking
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 100.0%