codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Check leap year #334

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of article

Write a Java programme to check leap year.

Additional information

Input  : 2020
Output : Leap Year
Input  : 2021
Output : Not a Leap Year

Code of Conduct

Anzo52 commented 2 years ago

I almost have this one done. Just need to test it.