Problem #220 C++ using OBJECT ORIENTED PROGRAMMING

Write a Java program that takes a year from user and print whether that year is a leap year or not

Your Solution