Multiple Choice
To create a properly formed DOUNTIL loop you must
A) place the loop test after any other step in the loop
B) place the loop steps in the YES path of the loop test
C) indicate that the loop will exit in the NO path of the loop test
D) all of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: To create a properly formed DOUNTIL loop
Q21: In pseudocode,the DOUNTIL statement is positioned after
Q22: Which of the following is not one
Q23: A DOUNTIL loop cannot be used if
Q24: What is the value of the
Q25: A DOUNTIL loop is a leading-decision program
Q26: What type of loop is always executed
Q27: If the value input for START
Q28: In a DOUNTIL loop the priming read
Q29: When a DOUNTIL loop is encountered during