1樓:
需要兩個陣列,分別存放學號和成績。
如果只能用一個陣列,則需要定義一個類,類中包含學號和成績兩個變數,然後再定義一個陣列存放5個類物件。
如果用第一種方法,可以參考我的另一個回答
如果要第二種方法可以hi我!
2樓:北風微風
類似的,c++書上應該都有,有時間的話,把書上的**敲一下。
#include
using namespace std;
class student
student(int id, float score)float getscore()
int getid()
};void max(student* s, int size)cout << "student with id \"" << s[l].getid()
<< "\" has the largest grade." << endl;
}int main() ;
max(students, 1);
return 0;}
3樓:露綸之戀
#include
using namespace std;
class student
student(int id,float score)float getscore()
int getid()
};void max(student*s,int size)cout<<"student with id"<
}int main()
;max(students,5);
return 0;
}那個回答有錯誤,這個正確
建立物件陣列,內放學生的資料 學號,成績 ,建立函式max,用指向物件的
娛樂小八卦啊 建立物件如下 class student public student string n,float s number n score s friend void max student 宣告友元函式 private string number 將學號宣告為字串 float score...
有一維陣列,內放學生成績,寫函式,求出平均分
求平均值就是將所有值相加然後除以個數就可以了。include void main int i,sum 0 for i 0 i 10 i printf 平均成績為 0.1f sum 10.0 滿意請採納,謝謝。c語言程式設計 有乙個一維陣列,內放10個學生成績,寫乙個函式,求出平均分,最高分和最低分。...
C建立包含同學資料的物件陣列,並用指標指向首物件,輸出結果為什麼是亂的
include include include using namespace std class student public student int,int student void display return this this number stu.number this score st...