編寫簡單的C 程式 通過鍵盤輸入你的基本資訊,如

2021-04-13 01:54:22 字數 1391 閱讀 5438

1樓:匿名使用者

#include

using namespace std;

int main()

2樓:匿名使用者

#include

#include

using namespace std;

int main()

return 0;}

用c++編寫乙個程式,要求建立乙個類,輸入若干個學生的資料,包括學號,姓名和三門課程的成績;

3樓:妞兒媽媽

1、#include #include using namespace std;#define

2、max 100class studentstu[max];void student::input(student s, int n)

cout << endl;}

void student::sort(student s, int n)void student::print(student s, int n)

cout << endl;}

int main()

4樓:萢萢

參考**:

#include

#include

using namespace std;

#define max 100

class student

stu[max];

void student::input(student s, int n)

cout << endl;}}

void student::sort(student s, int n)}}

}void student::print(student s, int n)

cout << endl;}}

int main()

5樓:夜貓嘟嘟

非常感謝,你的**很好。以後有這樣的問題可以問你嗎?

用c++編寫乙個程式 : 輸入10個學生的姓名、學號和成績,將其中不及格的姓名、學號和成績輸出

c++編寫程式,實現從終端輸入學生資訊,根據學號查詢並輸出相應學生的資訊

6樓:穩住大神

#include

#include

struct student

;struct score

;int main()

printf("please input n:");

scanf("%d",&n);

for(i = 0; i < m; i++)}free(stu); //釋放

return 0;}

編寫C程式,要求從鍵盤輸入整數a,b,c,輸出其中最大的數

怎麼個不對法?邏輯很正確,表達也嚴謹。有什麼不對的現象說出來!intmax a b?a b c?b c c語言 編寫一程式,實現三個整數a,b,c由鍵盤輸入,輸出其中最大的數。include int main include stdio.h void main 一道c語言題目 有3個整數a,b,c,...

要求用VB,或者C語言,編寫程式,從鍵盤輸入奇數n

include main printf sum d sum include int main void return 0 include void main printf d n j 求vb程式設計,兩個按鈕 奇數和 偶數和 輸入整數n,計算1 n之間的奇數和,偶數和,並顯示 30 private ...

C語言程式設計編寫程式,從鍵盤輸入字串放在字元陣列a中,用選擇法將a中的有效字元按降序排列

include int main tmp a i a i a max a max tmp printf s n a return 0 c語言程式設計 編寫程式,從鍵盤輸入乙個字串放在字元陣列a中,用選擇法將a中的有效字元按降序排列 include include include void inord...