Question: Method, loop, and random numbers (Java) For each of the following sets of integers, write five statements that will print a number at random from
Method, loop, and random numbers (Java)
For each of the following sets of integers, write five statements that will print a number at random from the set.
a) 2, 4, 6, 8, 10
b) 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20
c) -10, -9, -8, -7, .., 0, 1, 2, ..., 9, 10
d) 3, 5, 7, 9, 11, 13
e) 6, 10, 14, 18, 22, 26
Incorporate the statements into the main() method. Please use println or printf statement to generate the multiple outputs from the sequence of the statements.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
