首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
后嫩求专题
有一个一维数组,内放10个学生成绩,写一个函数当主函数调用此函数后嫩求出平均分、最高分和最低分
#include <stdio.h> #include <conio.h> float Max=0,Min=0; int main(){ float ave(float array[],int n); float aver,score[10]; int i; printf("请输入10个学生成绩:\n"); for(i=0;i<10;i++)
阅读更多...