Question: (Java) 1. Create an array of size 10 and fill it with random numbers between 1 and 100 2. Create an array of size 10
1. Create an array of size 10 and fill it with random numbers between 1 and 100 2. Create an array of size 10 and fill it with random numbers that are in order. The first spot should have a number from 1 -10, the next spot should have a number from 1120, etc. 3. Create an array of size 10 and fill it with random numbers going from largest to smallest 4. Create an array of size 10 and fill it with the values from 0 to 9 . Pass it to a function and insert the value 999 into the first position, so that you have 999,0,1,2,3,9. 5. Create an array of size 10 and fill it with values between 0 and 1 (with three or more digits)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
