Multiple Choice
Every high-level computer programming language contains a ____ statement that you can use to code any loop,including both indefinite and definite loops.
A) do
B) while
C) for
D) count
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q36: Often,the value of a loop control variable
Q37: When you do not know when you
Q38: If a data item is valid,you can
Q39: A loop for which the number of
Q40: Case 1<br><br>You have just starting working at
Q42: With a _ loop,the loop body executes
Q43: When you write a loop,you must control
Q44: When one loop is nested within another,the
Q45: Name three common mistakes that programmers make
Q46: Using a for loop,write the pseudocode to