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)
e. A and B


a. while(inFile >> intOne >> intTwo)

Computer Science & Information Technology

You might also like to view...

To understand normalization, you first must understand ____ dependency, because it will help you analyze fields within tables and decide if they need to be split into smaller tables.

A. partial B. determinant C. functional D. flexible

Computer Science & Information Technology

A computer program called a spider is one that will catch bugs in your programming code

Indicate whether the statement is true or false

Computer Science & Information Technology

Pagination is the process of updating entries in an index

Indicate whether the statement is true or false

Computer Science & Information Technology

The salary for a particular job should always be the same regardless of the geographical area

Indicate whether the statement is true or false

Computer Science & Information Technology