Multiple Choice
What is the value of average after the following code executes?
Double average;
Average = 1.0 + 2.0 + 3.0 / 3.0;
A) 2.0
B) 3.0
C) 4.0
D) 2
E) unknown
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: When a user types values at the
Q9: Which of the following statements will read
Q10: When C++ is working with an operator,
Q11: Arithmetic operators that share the same precedence
Q12: Which statement is equivalent to the following?<br>Number
Q14: When a variable is assigned a number
Q15: In C++, it is impossible to display
Q16: When the fixed manipulator is used, the
Q17: The only difference between the get function
Q18: The _ causes a program to wait