I'm fairly new to c++ and I am trying and have searched for how to take an input [Integer] that is looped 6 times and find the average, highest, and lowest input [Integer].So simply put, the program will ask for a score from 6 separate people one after another. Any instructions on how to use a loop to generate 6 different outputs would be greatly appreciated. Sorry if I sound simple in how I’m explaining this. The c++ lingo is a slow learning process for me. This is the for loop I am using.
for(double score = 0.0; score < 6; score++)