What is the value of sodapop after the following statements?
```
var sodapop = 47.33;
sodapop = Math.round(sodapop + 0.4);
```
a. true
b. false
c. 47
d. 48
d. 48
Computer Science & Information Technology
You might also like to view...
When you turn off your computer by using the Sleep command, Windows 10 automatically saves your work
Indicate whether the statement is true or false
Computer Science & Information Technology
When you want to make sure a specific constructor from the base class is used, the derived class constructor must explicitly call the base class constructor using the ____________.
a. base keyword b. const keyword c. Override method d. out parameter
Computer Science & Information Technology