
itle: HW0S:Random number and array Date Assigned: 10/24 00.20 Due Date:10/27 23:59 Max Points: 10 Write a java program named RandomNumberArray.java that accepts 3 numbers, N, L, and U from the Cmd arqument list. Use these three numbers to perform the following tasks: 1. The first number N specifies the number of int array in your program, create an int array with the size ofN 2. Generate random numbers betveen L and U and assign the random numbers to each of the element in the array you defined in step 1 3. Calculate the average of the array elements 4 Count hou many array elements are below the average, above average, and equal to average s. Display results in the tormat as shown below: Average-50 20 elements are below the average 28 elements are above the average 2 elements are equal to the average xtended to 11/10 23159 pproved on 11/07 13:33 MacBook Pro 5 6 8 0