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...

External SSDs require extensive installation

Indicate whether the statement is true or false

Computer Science & Information Technology

Twitter is essentially a text-only service

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following is NOT true about managing your Facebook privacy settings?

A) You can select, on a post-by-post basis, who can see your status updates. B) Facebook provides a full range of privacy settings you can configure. C) There are several mechanisms available to hide information from some or all Facebook members. D) All of what you provide to Facebook is public by default.

Computer Science & Information Technology

In a(n) ____ sort, items in a list are compared with each other in pairs, and when an item is out of order, it swaps values with the item below it.

A. bubble B. selection C. insertion D. linear

Computer Science & Information Technology