Q. What is true about Until loop?
β
Correct Answer: (C)
Executes code while conditional is false
Explanation: Executes code while conditional is false. An until statement`s conditional is separated from code by the reserved word do, a newline, or a semicolon.