0 like 0 dislike
3.8k views
請設計一程式,使用者會輸入三個正整數,請找出其中最大及最小的數然後輸出。

請利用函數的方式來完成這個作業
[Exercise] Essay (Open question) - asked in 作業 by (18k points)
ID: 16958 - Available when: Unlimited - Due to: Unlimited
| 3.8k views

31 Answers

0 like 0 dislike
Hidden content!
#include ** * * *

#include * * *** *



int theL(int a,int b,int c);

int theS(int a,int b,int c);



int main(int argc, char *argv[]){
* ** ******* * ***** *** a,b,c;
* * ** ** ***** *** ** *** *** *** * * ** ** * * * * ***
*** * *** * * ***** * *** * ** **** **** * *** ** *
** * ***** * * * * **** * * * * ** *** *
* * ** * * ** ** ** **
** *** * * **** ** * ** * * ***** ** *** *** * * *
** *** ** * *** **** * 0;

}



int theL(int a,int b,int c){
**** * *** * * * ***** * ** * > b)
* * * * * ****** ***** * * * * ** ********** ** ** ** *** *
** ** ** * * * *
* *** * * ** * * * * * * ** *** *** ** * * **** (b>c)?b:c;

}



int theS(int a,int b,int c){
** * *** * * * * * * < b)
*** * * * ***** ** ** ***** ** * * * * ***** * ** *** * *
* * * *** * ***
* ** *** ** * * ** **** * * ** * * * * ** ** ** (b<c)?b:c;

}
answered by (-216 points)
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.69.59.98
©2016-2025

Related questions

0 like 0 dislike
26 answers
[Exercise] Coding (C) - asked Nov 3, 2016 in 作業 by Shun-Po (18k points)
ID: 16957 - Available when: Unlimited - Due to: Unlimited
| 3.4k views
0 like 0 dislike
31 answers
[Exercise] Coding (C) - asked Oct 20, 2016 in 作業 by Shun-Po (18k points)
ID: 14582 - Available when: Unlimited - Due to: Unlimited
| 3.6k views
0 like 0 dislike
159 answers
[Exercise] Coding (C) - asked Sep 29, 2016 in 作業 by Shun-Po (18k points)
ID: 11639 - Available when: Unlimited - Due to: Unlimited
| 15.6k views
0 like 0 dislike
47 answers
[Exercise] Essay (Open question) - asked Sep 22, 2016 in 作業 by Shun-Po (18k points)
ID: 11533 - Available when: Unlimited - Due to: Unlimited
| 5k views
0 like 0 dislike
54 answers
[Exercise] Coding (C) - asked Oct 20, 2016 in 作業 by Shun-Po (18k points)
ID: 14583 - Available when: Unlimited - Due to: Unlimited
| 5.8k views
12,783 questions
183,442 answers
172,219 comments
4,824 users