Looping Concepts Quiz
What type of loop repeats a block of code while a condition is true?
*
for loop
while loop
do-while loop
foreach loop
Which loop guarantees the code block is executed at least once?
*
for loop
while loop
do-while loop
foreach loop
Which loop is typically used to iterate over elements in a collection or array?
*
for loop
while loop
do-while loop
foreach loop
What is the keyword used to exit a loop prematurely?
*
exit
break
continue
stop
What keyword is used to skip the current iteration and continue with the next iteration?
*
exit
break
continue
stop
Submit
Should be Empty: