PROGRAMMING:Average of 10 integers
Input 10 integers from the keyboard to get the average value.
Input format:
Enter 10 integers separated by spaces on one line.
Output format:
Output in the order of "aver = result" in one line, and the result is the real number output as is, with 6 decimal places reserved, without other additional formats.
Input example:
2 5 8 3 6 9 1 4 7 11
Output example:
aver=5.600000
answer:If there is no answer, please comment
Input format:
Enter 10 integers separated by spaces on one line.
Output format:
Output in the order of "aver = result" in one line, and the result is the real number output as is, with 6 decimal places reserved, without other additional formats.
Input example:
2 5 8 3 6 9 1 4 7 11
Output example:
aver=5.600000
answer:If there is no answer, please comment