Multiple Choice
What kind of loop is this: response = keyboard.nextInt() ;
While (response == 1)
{
System.out.print ("Enter 1 to continue; 0 to stop") ;
response = keyboard.nextInt() ;
}
A) posttest
B) definite
C) event-driven
D) counted
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q67: Match each term with the correct statement
Q68: Match each term with the correct statement
Q69: Explain why an infinite loop might not
Q70: With _ loops, the order of the
Q71: Many seasoned programmers start counter values at
Q72: A(n) _ is a body with no
Q73: Before entering a loop, the first input
Q75: <br>while(count < getNumberOfEmployees()) <br>Examine the statement
Q76: What would happen if a semicolon is
Q77: A loop that never ends is called