Try this exercise. Click the correct answer from the options.
Which of the following control structures is used to execute a block of code multiple times as long as a certain condition is true?
Click the option that best answers the question.
- if/else statement
- switch case statement
- while loop
- do..while loop