Question: using c++ Implement the function bool leap-year (int year) as indicated in Problem 4.9 Write a program that prompts the user to enter the year

using c++
Implement the function bool leap-year (int year) as indicated in Problem 4.9 Write a program that prompts the user to enter the year and then displays whether it is a leap one or not Implement a loop and repeat the instructions above, until the user requests to stop. . You can assume that the the user's input is always vali
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
