CBSE Class 11 Computer Science
Question 48 of 161
Flow of Control — Question 30
Back to all questions 30
Question Question 30
Consider the loop given below :
for i in range(7, 4, -2) :
breakWhat will be the final value of i after this loop ?
- 4
- 5
- 7 ✓
- -2