Multiple Choice
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
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The expression 5 / 2 evaluates to<br>A)
Q7: The expression 7 % 2 evaluates to<br>A)
Q8: Which of the following definitions will allow
Q9: Which of the following is/are valid C++
Q11: The _ is used to display information
Q13: Which of the following is/are valid C++
Q14: A _ is used to mark the
Q15: The following is a legal C++ statement
Q16: What value will be assigned to the
Q17: A variable of the char data type