Skip to content

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

Notifications You must be signed in to change notification settings

Revnth/DATE_Checking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%