Which of the following statements generates a random number >= 2 and < 10.

A. Math.random()
B. Math.random(2, 10)
C. Math.random() * 10 + 2
D. Math.random() * 2 + 10
E. Math.random() * 8 + 2
F. Math.random() * 2 + 8

E. Math.random() * 8 + 2

Computer Science & Information Technology

You might also like to view...

According to Aristotle, moral virtue results from

a. a good education. b. living a long life. c. a happy marriage and loving family. d. repetition of the appropriate acts. e. All of the above.

Computer Science & Information Technology

When emailing form data, the mailto attribute is placed at the start of the URL, separated by a colon, and that the optional subject property is appended to the end of the URL with a ____.

A. equal sign B. period C. question mark D. semicolon

Computer Science & Information Technology