If any one interested to do more practical quiz please send message to WhatsApp +8801715587788 or email kollol.hossain@gmail.com

📚 YouTube-ICT-V6-Programming-Practical if else

📺 Video: Watch Video

Total Questions: 5 | Duration: 5 minutes

05:00

1. x = 15if x > 10: print("A") else: print("B")

2. age = 18if age >= 18: print("Eligible") else: print("Not Eligible")

3. x = 5if x > 0 and x < 10: print("Yes") else: print("No")

4. x = -2if x > 0 or x == -2: print("Valid") else: print("Invalid")

5. a = 12 b = 8 if a > 10 and b > 10: print("Both") elif a > 10 or b > 10: print("One") else: print("None")

📋 Terms of Use:

  • This quiz is for educational purposes only.
  • Results are automatically generated and may contain errors.
  • Please refer to the video content for accurate information.
  • Your progress is not stored or tracked unless you register.