Question: 6. Write a c++ program to check whether 2020 is a leap year or not with the following logical operator and if condition, if(((year %
6. Write a c++ program to check whether 2020 is a leap year or not with the following logical operator and if condition, if(((year % 4 ==0) && (year % 100 !=0)) || (year % 400==0)) 7. write a c++ program to find the largest of three numbers using nested if statement
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
