PROGRAMMING:Find the average of a set of arrays
Input 10 integers, output the average of these 10 integers, the average output is required to retain 2 decimal places
###Input example:
1 2 3 4 5 6 7 8 9 10
###Output example:
5.50
answer:If there is no answer, please comment
###Input example:
1 2 3 4 5 6 7 8 9 10
###Output example:
5.50
answer:If there is no answer, please comment