Question: The method Math.random() can be used to generate a random double that is greater than or equal to 65.0 but less than 70.0 is as
The method Math.random() can be used to generate a random double that is greater than or equal to 65.0 but less than 70.0 is as follows:
Question 17 options:
|
| Math.random() * 5.0 + 65.0 |
|
| Math.random() * 65.0 + 5.0 |
|
| 70.0 - Math.random() * 5.0 |
|
| Math.random() * 5.0 + 64.0 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
