-->
当前位置:首页 > 题库

PROGRAMMING:Average of 10 integers

Luz5年前 (2021-05-10)题库530
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