Question: Write a Java Program to generate a random from the following list of numbers 1 to 530 (one from the list) -14 to 160 (one
Write a Java Program to generate a random from the following list of numbers
- 1 to 530 (one from the list)
- -14 to 160 (one from the list)
- 8, 16, 24, 32, 40 (one from the list)
- 0 to 230 (one from the list)
- 42 to 70 (one from the list)
Put the above statements in a Java program and run the program and print the generated numbers.
You need to submit the code and program output for all the programs.
Step by Step Solution
There are 3 Steps involved in it
Heres a simple Java program that generates random numbers based on the specified ranges and pr... View full answer
Get step-by-step solutions from verified subject matter experts
