Solved

Which of the Following Loop Condition Statements Will Read All

Question 27

Multiple Choice

Which of the following loop condition statements will read all the data in the file assuming that each record in the file is two integer values, and you will read the first one into a variable named intOne, and the other into intTwo?


A) whileinFile >> intOne >> intTwo)
B) whileinFileintOne, intTwo) )
C) whileinFile)
D) whileinFile << intOne << intTwo)
E) A and B

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions