CJCoding With Joseph
15per day

Leap Year

Read a year. Print 'Leap year' if it is a leap year, otherwise 'Not a leap year'. A leap year is divisible by 4, except century years which must be divisible by 400.

Expected Output:

Leap year
Topics:
If Statements
๐Ÿ“ฅ Auto-Input:
2024\n
This input is automatically fed to your program's stdin
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.