The ____ statement always creates a posttest loop.
A. while
B. do-while
C. for
D. repeat-until
Answer: B
Computer Science & Information Technology
You might also like to view...
When you click the Font button instead of the Font button arrow, the gallery displays
Indicate whether the statement is true or false
Computer Science & Information Technology
The following JavaScript code is a repetition statement.if (age >= 18 && age <= 65) { document.write("The age is between 18 and 65." + BR);}
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The ones complement is a unary operator that reversed the value of a bit.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
A Java block is a pair of matching ____, plus any declarations or statements within them.
A. asterisks (* and *) B. parentheses (( and )) C. square brackets ([ and ]) D. curly braces ({ and })
Computer Science & Information Technology