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

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

31 Answers

0 like 0 dislike
Hidden content!
***
*
* *** * * * * *
* * ** ** *
* * ****

* * *
** ** ** ** ** ** * * *** * * *
* ** *
* *** *
* * ** * ***
* **** *

* ** * * * *

* **
*
* *

*
*** * *
**** *********
*
* * * * ****

* * **** * *
*
*
* ** ** *
* *
* **
* * *
* * *
****** ** * **
* *
* *** * *****
}
answered by (-202 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>

#include * ******



int turtle(int a,int b,int c)

{



 
* *** * ** * * ** * **** *
* ** *** ** a;
*** * * **** * * * * *
*** * ** ** b;
* *** * ** * * * * * * * * *

 return c;

}



int smallturtle(int a,int b,int c)

{
* * ******* * * ** * **
* * *** **** * a;
** * ** * * *** * * ** * ***** * * *
*** * * *** ** b;
**** ***** *** ** *** ** * * * *

 return c;

}



int main()

{
* ** * ******** *** *** * a,b,c,max,min;
** * * * * * * *** ***** ** * ******** * * ** ***** ** * *** *
** * * * * ** ***
* ** **** *** ****** * * *** ** **
* * * *** ********** *** * **** * ***** **
*** * * * ** * ** * * * ** * ** *** * ****** * * * *
** *** ******* *** * * **** *
* *** **** ** ** * * ** ** ** * ******* ** * *
*** *** * * * ** * **** * *** * **** 0;
* * * *** ** ** * * * *

}
answered by (-146 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>

#include * ** * ** *



int turtle(int a,int b,int c)

{



 
* * ** ** * ** * ** *** *** *
*** ** * * a;
* ** * ** ** * ** * **
*** *** ****** **** b;
* ** ** * * *** *** * * **** ***

 return c;

}



int smallturtle(int a,int b,int c)

{
*** * * **** * ** * ** *****
*** ** ** *** * a;
* *** *** * ** * *
* ** ** ** b;
** * * * * ** ** * * * ** * **

 return c;

}



int main()

{
* * * ** **** ***** ** a,b,c,max,min;
* * ** *** **** * * * ** ** * ** * * ** * * ***** *****
* ** ** *********
* * ** *** ** ** ** *** ** **** ***** * **
* ** * * * * * * *** **** * *
*** **** **** *** **** *** ** * ** * ** * ** **** ***
***** ** * * * * * * * *** *
*** * ** * ** ** * ** ******* * *****
***** ** * * ** ** * **** **** 0;
**** ***** ** * * *** **

}
answered by (-146 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>

#include * * * * ****



int turtle(int a,int b,int c)

{



 
* ** ** ** * ***** *
* * *** a;
* * * * * ** ******* * *
* * * * ** * * b;
** * * ** ***** ** **

 return c;

 
** * ** * ** * **** ** ** ***

 

}



int main()

{
**** ***** ** ** * * *** a,b,c,max;
** * * * *** ** ** ** * * * * *** * * ** * ** **
** ** ** * * ** * ***
*** * * *** ** ** ***** ***** ** * **
* * * *** * * * * **** * * * *** * **
**** *** ****** *** *
* * ****** *** * **** *** * *** **
*** ** **** ** ** ** * ** * 0;
* * * * * * * ******

}
answered by (-146 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>

#include <stdlib.h>



int biggest (int i1, int i2, int i3)

{
** ** * ***** * *** *** b=0;

    
* * *** ** * ** * * * * (i1>i2)
* * ** * * * * *** ** * * * * * ******* * = i1;
** * **** * * ** * **
* * * * ** ** *** ** * ** * * ** * ** * = i2;

    
* * * *** ** ******* * (i3 > b)
** ** ** ** ** *** * **** * ** * * = i3;
** * ** * * *
** * **** * ** * * * b;
***** * * * * ** *

}



int smallest (int i1, int i2, int i3)

{
** ** *** ** ** ****** * s=0;
*** **** ** * * * *** *
** * * * * * * (i1 < i2)
** * ******* * * ** **** * ** * * * * = i1;
** ***** * * **
** * **** * ** ****** *** * ******* = i2;
* * * **** * * ** *
* ** * * ***** ** * (i3 < s)
** *** * **** * * ** * * *** **** * * * = i3;
** * * * * * * * ***
* * ** * * * * *** * s;

}



int main ()

{
** ** * ** * ** ** * * i1=0,
** * ** * ** ******* * ***** * * * * ** ******
***** **** * * ** * **** * ** * * * *
* ** * * * * **
**** * * ******* *** * * ** *** **** **** *** * **** ** *** *** *
* * ** * ** * ** ** * * * * * * ** * * **
* ** * ** * * *** * *** ****** * * **** * ** *
* * ** ****** * * ****
* ***** * ** *** * ** ** ** *** ***
**** *** *** * * * ******** ** 0;

}
answered by (-170 points)
0 like 0 dislike
Hidden content!
#include<stdio.h>

#include<stdlib.h>



int findmax(int a,int b,int c)

{
** **** **** ************* * ** *** ** ** *
* * * * ** **** * * * ** ** * ***** ** a;
* * * * * * * *** * **** ** * *** ***
******* * * * ***** ** ***** **** b;
* *** **** * * * ** ** * * * *** * * * *** * ***
********** * ** *** * * ** * * *** c;

} * ** * *** * ** * * ****

int findmin(int a,int b,int c)

{
* * * * *** ** * **** *** * ** ** * *
* * * ** * * * * ** * ** ** * ** a;
** * * ** ** ****** * * * ** * * *
* ** ** * ** *** *** * ** *** * * * * b;
* * * * ** * * * * ** * ***** * * ** *
** **** ** * *** ** * * * * **** * b; *** ** ** * * * **** ** * ** *

}
* * * ** * **** *

int main()

{
**** * * **** * ** num[3];
* * *** *** * * ** ***** * ** i;
** *** * *** ** * ** max=0,min=0;
* * *** * * * * ***
** * * ** * *** ***** * ****
* * * * * * * * *** * *** ** * ** * * * * * * *** * * *

    
** * * *** * * ** ** *** * = findmax(num[0],num[1],num[2]);
** *** * * * ** ** ** = findmin(num[0],num[1],num[2]);

    
**** ** *** *** * ******** * * *** ",max);
* * * *** ** * **** * * * ** * ***** *
* * * ** ***** ** ** ***** *** ** *
** * ** * ** * * * * * ** 0;

}
answered by (156 points)
0 like 0 dislike
Hidden content!
#include * * ***** *

#include ** * ** *

#include * * ***** * *



int biggest(int n1,int n2,int n3);

int smallest(int n1,int n2,int n3);



int main()

{
* * * ** ** * ** * n1 , n2 , n3 ;
* ** * ** * ** * * * ** *** ** ** * %d * *** * ** ** *** * ***
** ** * *** * ****** *** ** is %d\nsmallest is *** * * * ** ** * * ** ** *
****** *** * ** ** ** *** *** ** * *** *** * *
**** ** ** * * ****** * * 0;

}
** * ** * **** * *

int biggest(int n1,int n2,int n3)

{
* ** * * ** * * * ** *** * * * ***** n1>=n3)
* *** ** * * * **** * ** ** * * ** ** ***** *** ** n1 ;
*** * **** * * ***** * * *** * * * * * * * n2>=n3)
** ** * ** * * * * *** * * ** * ** *** * * * n2;
** * ** *** * ** * ***
** ** **** ** **** * * ** ** *** **** * * * * n3;

}



int smallest(int n1,int n2,int n3)

{
* * *** *** * ** * **** * **** * * * ** ** ** n1<=n3)
* * *** **** * ** ***** *** *** ******** ** ** * * ** *** n1 ;
* * **** ****** *** * ** * ***** * * ******* n2<=n3)
** * * * * *** * ********** * * **** * * * **** * * ** n2;
* * ********* * ****
* * * ** ** * ** **** ****** * *** * ****** *** * n3;

}
answered by (-162 points)
0 like 0 dislike
Hidden content!
#include *** *** *** *

#include *** * * ****



void plus1tox(int x,int y,int z)

{
* ** *** * *** *** k;
** * ********* * * **** < y)
* * * ** ** ** **** *
***** * ** ** ***** * ** * * ** ** = x;
**** * * * ** ** ***** * ***** *** * = y;
* ****** * ** *** ** ** ** *** * = k;
***** ****** *
**** * **** * * **** * < z)
**** * *** *** ** *
*** *** *** ** * * * *** = x;
* * ****** * ** ** * * * *** = z;
* * ****** * * * * ***** ** * * * ** = k;
******** *** ** ** *** *
**** * *** * * * * * < z)
* * * *** **** **
*** * * * ** ** ** ** **** ** * = y;
**** ** * * * * * ** ** **** = z;
** * **** * * * * ***** * ** * *** * = k;
* ** *** * ****** * *
* *** * ** ** ** *** * %d", x, z);

}



int main()

{
** *** * * * *** x, y, z;
** *** ** * ****** ** * ***** ** ** * *** &x, &y, &z);
*** * *** *** * ** * **** y, z);
*** ** * * *** * 0;

}
answered by (-188 points)
0 like 0 dislike
Hidden content!
#include <stdio.h>

#include <stdlib.h>



int printbs ()

{
** **** * **** * ** ** * i1=0,
* * * *** **** * * ** ****** ***** ****
*** **** *** * * * * * *** * * * ** ** *
* **** ** * * * * * ** * * * * **** *
* *** * * * * ** **** **** ***** ** ** **

    
*** *** *** ****** * * * *** * ** * ***** * ** ** * *** *

    
* ** * ** ** ** ** * (i1>i2){
*** **** * * ** * * * * * * * ** * * * = i1;
** ***** ** ** * ** ** ** * * = i2;
* ****** *** * *** * * * ** *** * **
** ** * * * ** * * {
*** * * * * ** ****** * ** ** = i2;
** ** ** *** * * * * * *** *** ***** ** * = i1;
* * ***** *** * ** *** *** * *
** * * ***** * * *
** ****** **** **** * * (i3 > b)
* **** * * ** ** **** ** *** * ** * = i3;
* ** **** * ***** * *
** ** ****** *** (i3 < s)
* * * * ** **** * * ***** ** * * **** = i3;
* * * ****** * * *
* * ** *** **** * * ** * * * * %d",b,s);

}



int main ()

{
* * * * * **** * ** * * * * *

    
** *** ** * * ** * * ** * *******
** **** *** * ** * ** 0;

}
answered by (-170 points)
0 like 0 dislike
Hidden content!
#include<stdio.h>

#include<stdlib.h>



int main()



{
* ** *** * * ***
*** * * * * * * ** * **** i,j,k,t;
** ** * ************
**** * **** ******* * x[3];
* * **** * * ** ** * *
** * * *** **** ** ** **** * ** * * * * * ** * **
** **** * *** * * ***
*** ** **** *** ** ** * ** * * **

    
* * * ** **** ** * * ***** ** * * ***** *

    
* * ** * * *** * **
*** *** * ** *** * **** ******* ********** * * * * ** * * *** * ***** ** ** *** **** * ** ***
** * * ** * ****** * * * * * *** * ** *** * ** * * *** * ** * *** * **** * ** ****
*** **** ** * ** ** * * * * *** * * * * * ** * * ** * **** * * * ** * ***** * ** *** *
** ** * *** ******


* ******* * * *********
* * ** * *** ** *** ** ** *** *** ** %d",x[0],x[2]);

    
* * * * ** * *** *** * * * * **** *
* ****** * ** * * * * * 0;

    

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

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
| 556 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
| 588 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
| 2.3k 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
| 882 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
| 938 views
12,783 questions
183,443 answers
172,219 comments
4,824 users