Question 2
If c = 5, then the output generated is "D"
If c = 10, then the output generated is "E"
If c >= 8, then the output is always "D"
If c < 7, then the output generated is always "D"
If c = 5, then the output generated is "D"
If c = 10, then the output generated is "E"
If c >= 8, then the output is always "D"
If c < 7, then the output generated is always "D"
Correct answer
If c < 7, then the output generated is always "D"
Question 2 of 13 in the IIT Madras BS Programming in Python (Python) Diploma Entry Qualifier paper sat on 13 Apr 2025, in the January 2025 term (IIT M DAD DS QUALIFIER AN EXAM QDS1 13 Apr 2025). It carries 4 marks.