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. 1 to 530 (one from the list)
  2. -14 to 160 (one from the list)
  3. 8, 16, 24, 32, 40 (one from the list)
  4. 0 to 230 (one from the list)
  5. 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

1 Expert Approved Answer
Step: 1 Unlock

Heres a simple Java program that generates random numbers based on the specified ranges and pr... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!