Multiple Choice
Why is the first read called the priming read?
A) The first read is the most important one.
B) Like priming a pump, the first read feeds the condition of the while loop for the first iteration.
C) If the first read returns a true block, it is the only read needed.
D) All of these are correct.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q56: The while loop is used to process
Q57: What is the argument list for the
Q58: When reading data from a file using
Q59: How many times will a loop with
Q60: The loop condition is a boolean expression.
Q62: Assuming the for loop header for (
Q63: A while loop can be used for
Q64: An InputMismatchException is generated while using Scanner.
Q65: Before the loop begins, if you know
Q66: When you write a program that expects