โ Back to User Input
Question 324
Leap Year Checker (Input)
Leap Year Checker (Input)
Read a year from standard input and print whether it is a leap year. A year is a leap year if it is divisible by 4, except that century years must also be divisible by 400. For input2024print: 2024 is a leap year and for input1900print: 1900 is not a leap year
Expected Output:
2024 is a leap year
Topics:
User Input
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.