成都信息工程学院C语言考试题及答案(8)

2021-12-08 13:51

#include #include

int main(void) { }

编写一程序P831.C实现以下功能

某班有40位同学参加考试,成绩(整数)从键盘输入,求全班最高分、最低分以及平均分,并统计该班同学的考试及格率。编程可用素材:printf(请输入40位同学的成绩:、printf(最高分:...最低分:...平均分:...及格率:...。 程序的运行效果应类似地如图1所示,图1中的99 81 71 81 77 94 100 67 66 4

return 0;

printf(greatest common divisor is %d\nzdGys); printf(least common multiple is %d\nzxGbs); zdGys = min(m, n);

while (m % zdGys != 0 || n%zdGys != 0) { }

zxGbs = max(m, n);

while (zxGbs % m !=0 || zxGbs % n != 0) { }

zxGbs++; zdGys--;

printf(input two integer numbers: scanf(&m, &n); int m, n, zdGys, zxGbs;

4 75 49 47 45 65 74 73 74 63 69 72 77 65 79 84 73 46 62 68 42 75 62 65 66 62 69 44 62 84 77是从键盘输入的内容。 #include

#define SIZE 40

int main(void) {

/*求最大、最小、分数总和,统计及格人数*/ max = scores[0]; min = scores[0]; aver = 0; count = 0;

for (i = 0; i < SIZE; i++) {

if (scores[i] > max) { }

else if (scores[i] < min) { }

min = scores[i]; max = scores[i];

/*从键盘接收数据*/

printf(请输入%d位同学的成绩:SIZE); for (i = 0; i < SIZE; i++) { }

scanf(&scores[i]); int scores[SIZE], i; int max, min, count; double aver, rate;

aver += scores[i]; if (scores[i] >= 60) { count++;

}

}

/*求平均分和及格率*/ aver = aver / 40; rate = (double)count / 40; /*输出结果*/

printf(最高分: %d\n最低分: 0f%%\nmax, min, aver, rate*100);

return 0;

}

平均分: 及格率: %d\n %.1f\n %.

 


成都信息工程学院C语言考试题及答案(8).doc 将本文的Word文档下载到电脑 下载失败或者文档不完整,请联系客服人员解决!

下一篇:中国药科大学中药学院硕士生导师简介

相关阅读
本类排行
× 注册会员免费下载(下载后可以自由复制和排版)

马上注册会员

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: