We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba51ebb commit d635a4dCopy full SHA for d635a4d
Exercise11.cpp
@@ -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