Question: Write a java program that asks a user to enter an integer value, n. Based on this integer value, the program should generate a set

Write a java program that asks a user to enter an integer value, n. Based on this integer value, the program should generate a set of random values within the range of 0-10000. Store these values in an array. Then, create FOUR methods to perform the following actions. Display the set of integers in the array. Get the minimum number. Display the approximation of each integer value to the nearest hundred. Display each integer in the array in a reverse order. Sample output: Enter the number of random integer: 5 The random integer: 5133 668 27 9652 1083 Minimum Number: 27 The approximation of the integer to the nearest hundred: 5100 700 0 9700 1100 The random integer in reverse order: 3315 866 72 2569 3801
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
