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

Write program in C++
 Write program in C++ 2. (20 points Write a program that

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!