Conditional Statements (if, elif, else)

  1. Write a Python program to determine whether a given number is positive, negative, or zero using conditional statements ?
  2. Write a Python program to find the largest of three numbers using if-elif-else statements ?
  3. Write a Python program to calculate the grade of a student based on percentage using conditional statements ?
  4. Write a Python program to determine whether a given year is a leap year or not ?
  5. Write a Python program to check whether a person is eligible to vote ?
  6. Write a Python program to determine loan eligibility based on age, salary, and credit score ?
  7. Write a Python program to calculate electricity bills using slab-wise conditions ?
  8. Write a Python program to determine whether a student is eligible for campus placement based on CGPA, backlogs, and attendance percentage ?
Previous Topic Operators (Conditional + Logical) Next Topic Loops (for, while)