Ask Question
26 March, 03:20

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. while (inFile >> intOne >> intTwo)

b. while (inFile (intOne, intTwo))

c. while (inFile)

d. while (inFile >> intOne >> intTwo) and while (inFile (intOne, intTwo))

+5
Answers (1)
  1. 26 March, 05:02
    0
    A is probably the one
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “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 ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers