c語言輸入學生5門課的成績分別使用函式實現

2021-05-29 13:59:52 字數 494 閱讀 3177

1樓:匿名使用者

#include

#include

struct student

;int main()

for(i=0; i<10; i++)

for(i=0;i<10;i++)

printf("第%d個學生平均分為:%.2lf\n",i+1,(s[i].sum)/5);

printf("a,b,c,d,e門課平均分 分別為:  %.2lf %.

2lf %.2lf %.2lf %.

2lf\n",sa/10,sb/10,sc/10,sd/10,se/10);

sa=sb=sc=sd=se=0;

for(i=0; i<10; i++)

if(sa

2樓:q是

得使用結構體吧?我幫你解決

c語言程式設計,輸入10個學生5門課的成績,分別用函式實現以下功能:

c語言從鍵盤任意輸入某班學生的成績計算總

include using namespace std int n void f int b c語言 從鍵盤上輸入若干學生的成績,計算出平均成績,並輸出不及格的成績和人數 c語言作業 輸入某班級10個學生某課程的考試成績,要求統計並輸出班級總分及大於等於60分的人數。include define n...

C語言輸出學生中成績最高的學生的成績

include using namespace std struct student int main for int x 0 x 3 x 按平均分氣泡排序 cout 姓名 score 0 p 0 score 1 delete p 釋放空間 p null return 0 結構體的學號定義錯誤需要用...

用switch語句實現程式 輸入學生的兩門課成績

else if z 160 z 180 s c else if z 140 z 160 s d else if z 120 z 140 這裡三個 應該是 吧 是大於等於160且小於180 而不是或吧 2.exe這個程式你關閉了嗎?到工作管理員中看看,如果沒有關閉 先把這個程式結束掉 我幫你把程式改了...