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 ?
  9. Write a Python program to implement a secure login system with role-based access control ?
  10. Write a Python program to determine whether a given character is a vowel or a consonant using conditional statements ?
  11. Write a Python program to calculate the roots of a quadratic equation and determine their nature using conditional statements ?
  12. Write a Python program to determine the type of triangle based on the lengths of its sides ?
  13. Write a Python program to calculate taxi fare based on distance traveled using conditional slabs ?
  14. Write a Python program to determine the season based on the month number entered by the user ?
  15. Write a Python program to calculate the monthly internet bill based on data usage using conditional statements ?
Previous Topic Operators (Conditional + Logical) Next Topic Loops (for, while)