MCQOPTIONS
Saved Bookmarks
| 1. |
What would be the output of following code snippet? |
| A. | Random number between 1 to 10, excluding 10 |
| B. | Random number between 1 to 10, excluding 1 and 10 |
| C. | Random number between 1 to 10, including 1 and 10 |
| D. | Random number between 1 to 10, excluding 1 |
| E. | None of these |
| Answer» D. Random number between 1 to 10, excluding 1 | |