MCQOPTIONS
Saved Bookmarks
| 1. |
What is the value of n after this line of code has been executed?double n = Math.round ( 4.5 + Math.random() ); |
| A. | 1 |
| B. | 2 |
| C. | 3 |
| D. | 4 |
| E. | 5 |
| Answer» F. | |