从键盘输入6名学生的成绩数据,求其中的最高分、最低分和平均分。(冒泡排序,数组) printf("最小数为%d\n",arr[0]);printf("最大数为%d\n",arr[5]);printf("平均数为%.2f\n",ave); 算法 2024-04-29 35 点赞 0 评论 53 浏览