Which of the following definitions will allow the variable average to hold floating-point values?

A) float average;
B) double average;
C) auto average = 0.0;
D) All of the above
E) A and B, but not C

D) All of the above

Computer Science & Information Technology

You might also like to view...

To determine whether a reference variable that points to an object is of a particular class type, Java provides the operator instanceof.

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

Computer Science & Information Technology

Visual Basic comes complete with many sample applications to help get you started with Internet programming right away.

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

Computer Science & Information Technology