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

請利用函數的方式來完成這個作業
[Exercise] Essay (Open question) - asked in 作業 by (18k points)
ID: 16958 - Available when: Unlimited - Due to: Unlimited
| 4.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.70.126.17
©2016-2026

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
| 4.2k 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
| 4.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
| 19.4k 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
| 6.3k 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
| 7k views
12,783 questions
183,442 answers
172,219 comments
4,824 users