Question: java netbeans Problem #1 1- [6 pts] Which of the following expressions yields an integer between 20 and 90, inclusive? a. (int)(Math.random() * 71) +
Problem #1 1- [6 pts] Which of the following expressions yields an integer between 20 and 90, inclusive? a. (int)(Math.random() * 71) + 20 b. (int)(Math.random() * 90) + 20 c. (int)(Math.random() * 20) + 90 d. (int)(Math.random() * 21) + 71
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
