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

 java Code Create a simple program that uses an ARRAY of
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 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!