Q3 Any year is input through the keyboard. Write a program to determine whether the year is a leap year or not.
Program: 71
Any year is input through the keyboard. Write a c program to determine whether the year is a leap year or not.
Output:
Enter the Year: 2020 2020 is a Leap Year
This ques logic is wrong please check and use right logic
can you solve this in C#