Skip to content

Commit d635a4d

Browse files
authored
Create Exercise11.cpp
1 parent ba51ebb commit d635a4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Exercise11.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//Title: Leap Year
2+
//Description: Write a program that asks the user to enter a year and determines whether the year is a leap year or not.
3+
//A leap year is divisible by 4 but not divisible by 100, except if it is also divisible by 400.

0 commit comments

Comments
 (0)