lesterbx / leap-years-test

Test for a company admission process.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leap Years

Programming test for a company admission.
The program reads a file with years and writes a new file saying if each year is leap or not.

Example:

Input Output
2000 2000;Bisiesto
2001 2001;NO Bisiesto

Ignores lines with incorrect years.

Use

java -jar LeapYears.jar path/input path/output

About

Test for a company admission process.


Languages

Language:Java 100.0%