Which of the following would be an appropriate loop header when reading data from a file to fill an array defined by: float grades[MAX];

a) for (int i = 0; i < MAX; i++)
b) for (int i = 0; i < MAX –1; i++)
c) while (!fileIn.eof( ))
d) while (!fileIn.eof( ) && i < MAX)


d) while (!fileIn.eof( ) && i < MAX)

Computer Science & Information Technology

You might also like to view...

On a form, the text box and its label would be considered two different controls

Indicate whether the statement is true or false

Computer Science & Information Technology

By using ____, Web development companies can create an entire Web site that can be sold to different customers.

A. Cascading style sheets B. CSS files C. style sheets D. all of the above

Computer Science & Information Technology

Not having a good compiler is one of the mistakes that causes logic errors in selection structures.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Each track on a hard disk is divided into ____________________ of information.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology