The until loop is the opposite of the while loop. Instead of looping while a tested expression remains true, the until loop executes until ____.
A. The tested condition becomes true
B. The tested condition becomes false
C. The end of an array is reached
D. None of the above
Answer: A
Computer Science & Information Technology
You might also like to view...
The Increase Font Size button appears on the ____ tab.
A. Fonts B. Home C. Styles D. Layouts
Computer Science & Information Technology
The second digit in the file permission code assigns permissions to the ____.
A. group B. other C. user D. group/user
Computer Science & Information Technology