Question
find the average,maximum,minimum and sum of three numbers given by user.
Answers
Steve
get numbers
add to get sum
avg = sum/3
update max and min as the list is read in
add to get sum
avg = sum/3
update max and min as the list is read in
Anonymous
34556