Which control structure repeatedly executes a block of code while a specified condition remains true?
For loop
Switch
If-else
While loop

Computing Exercises are loading ...