Can someone tell me how to print out each array and its value?
we are given a random array of 1000 doubles. If a value in the array is above or below 90% the average, we are to print the "flagged" values.
So far, I just have it printing one of the "flagged" values, I cannot seem to get it to print each array of where it was "flagged" and its "flagged" value.
If you could just show me how to print each array and its value, I can probably figure it out from there.