Editor
When is for loop more appropriate than while loop?
Difficulty: Easy
A: 
The termination condition is known as advance
B: 
The number of iterations is not known in advance
C: 
The loop should be executed only once
D: 
The loop should be executed at least once
Sponsored Ads