Q13 Any year is entered through the keyboard, write a program to determine whether the year is leap or not. Use the logical operators && and ||
Program: 81
Any year is entered through the keyboard, write a c program to determine whether the year is leap or not. Use the logical operators && and ||
Output:
Enter the year: 2014
2014 is not a leap year