Question: java Code Create a simple program that uses an ARRAY of integers. The program randomly generates 10 integers between the values of negative 10 and
Create a simple program that uses an ARRAY of integers. The program randomly generates 10 integers between the values of negative 10 and positive 10 and stores them in the array. Then the program loops through the array displaying what is stored in the array and "highlighting" those entries that are negative. Your output should look something like this: Output: Array position #0 Value 10 #1 -3 (Negative!) #2 #3 6. -8 (Negative) #4 #5 10 #6 3 #7 #8 3 -7 (Negative!) #9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
