Question: 5.21duringLab: Random Values How do you write a main method to prompt the user for two integers. Use the Random class to generate three numbers
5.21duringLab: Random Values
How do you write a main method to prompt the user for two integers. Use the Random class to generate three numbers all within the range of low to high (inclusive).
Sample Output
Enter low:15
Enter high:20
Random values: 20 19 15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
