So I'm learning about arrays and I'm having trouble breaking out of a loop that adds user input directly into the array without adding the last value to the sum. Putting a value (anything below 0)that is supposed to break out of the loop does break it from the loop but it also adds it to my sum, thus affecting my average. This is what I have. Any help you guys can provide would be greatly appreciated.