问答题
简答题
编写一程序,从键盘输入10个实数,计算并输出算术平均数。
【参考答案】
main()
{ float a[11]={0};
float ave=0;
int i,......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
点击查看答案
相关考题
