Smartmind
.global
Which keyword is commonly used in programming languages to establish a loop that continues execution while a specified condition remains true?
do-while
while
for
until
Programming Languages Exercises are loading ...