Multiple Choice
When the number of repetitions are known in advance,you should use a ___________ statement.
A) while
B) do…while
C) for
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The negation operator in Java is represented
Q3: Discuss the differences between the break and
Q7: The equality operator ==)may be used to
Q15: Evaluate the Boolean equation: ! 6 <
Q17: Discuss the rules Java follows when evaluating
Q20: What is the output of the following
Q28: In a switch statement,the default case is
Q40: The for statement,do…while statement and while statement
Q42: When choosing a sentinel value,you should choose
Q43: What would be the output of the