Problem #690 C++ using OBJECT ORIENTED PROGRAMMING

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

Your Solution