Question: Q10: Write a C++ program, using function, to test the year if it's a leap or not. Note: use y %4== 0 && y%100=0 y

Q10: Write a C++ program, using function, to test the year if it's a leap or not. Note: use y %4== 0 && y%100=0 y % 400 ==0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
