Skip to content

Leap Year assignment for the Software Development Methods course

Notifications You must be signed in to change notification settings

dario-campagna/LeapYear-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leap Year assignment

Write a Java program that prints true or false depending on whether a given integer is a leap year or not.

A leap year is divisible by 4, but is not otherwise divisible by 100 unless it is also divisible by 400.

For example, 2001 is a typical common year and 1996 is a typical leap year, whereas 1900 is an atypical common year and 2000 is an atypical leap year.

About

Leap Year assignment for the Software Development Methods course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published