Question: Write program in C++ 2. (20 points Write a program that asks the user for a year (represented as an integer variable), and indicates whether
2. (20 points Write a program that asks the user for a year (represented as an integer variable), and indicates whether or not that year is a leap year. Hint: If a year is evenly divisible by 4 it's a leap year "unless" it's also evenly divisible by 100 but not by 400. Being divisible by 4 and not by 100 or 400 means it's a leap year. Being divisible by 4 and by 100 and not by 400 means its not a leap year. Being divisible by 4, 100 and 400, means its is a leap year
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
