Skip to content

cokaido/apprenticeshipLiFull2020_Ex2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apprenticeshipLiFull2020_Ex2

##Leap Year Kata


Solved this Kata in pairs using TDD. We want to know if a year is a Leap Year. If this year is Leap year we will add an extra day on February.

#####Guidelines:

  1. All years divisible by 400 are leap year.
  2. All years divisible by 100 but not by 400 are NOT lear years.
  3. All years divisible by 4 not by 100 are leap years.
  4. All years not divisible by 4 are not leap years.

Language use is Java 11. JUnit version 5.4 with maven.

About

Exercise 2, Leap Year Kata collaboration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages