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

PROGRAMMING:Calculate the average score

Luz5年前 (2021-05-10)题库437
It is known that a student's scores in mathematics, English and computer courses are 87, 72 and 93 respectively. The average score of the student's three courses is calculated (the results are output according to integer).
###Input format:
There is no input for this question
```in
```
###Output format:
Output the results in the following format:
```out
Math = 87, eng = 72, comp = 93, average = calculated average
```






answer:If there is no answer, please comment