Question: 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

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 LAB ACTIVITY 5.21.1: duringLab: Random Values Main.java Load default template... 1 public class Main f 2 public static void main(Stringl] args) * Type your code here. */ 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
