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
c. 4.0
Computer Science & Information Technology
You might also like to view...
A slide layout is the arrangement of objects on a slide
Indicate whether the statement is true or false
Computer Science & Information Technology
In the Document Object Model, the root element of the document object is the __________ element.
a.
b. c.
Computer Science & Information Technology