What must happen in a pretest loop before the instructions in the loop are processed?
A. the condition must evaluate to a value greater than 0
B. the condition must evaluate to true
C. the condition must evaluate to a value less than 0
D. the condition must evaluate to false
Answer: B
Computer Science & Information Technology
You might also like to view...
Suppose x is 1 . What is x after x += 2?
a. 0 b. 1 c. 2 d. 3 e. 4
Computer Science & Information Technology
Trace sends multiple ICMP packets with progressively higher ______________________________ until the packet reaches the destination.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology