- Even or Odd: Write a program to check whether a number entered by the user is even or odd.
- Positive, Negative, or Zero: Input a number and print whether it is positive, negative, or zero.
- Largest of Two Numbers: Take two numbers as input and print which one is greater.
- Eligibility to Vote: Input age and check if the person is eligible to vote (age ≥ 18).
- Divisibility Check: Input a number and check if it is divisible by both 5 and 11.
- Leap Year Check: Input a year and check whether it is a leap year or not.