Which of the following is true about the Do-Until loop structure?
A)In a Do-Until loop,the macro executes the loop until the condition is false.
B)A Do-Until loop continues until a specified condition is met.
C)A Do-Until loop is the simplest type of loop.
D)A Do-Until loop is similar to the Do-While structure.