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

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

31 Answers

0 like 0 dislike
Hidden content!
#include <stdio.h>

#include * * * * *****



void Biggest(int n1 , int n2 , int n3)

{
*** * * ** ***** * **** && n1>=n3)
* ** * * ** * *** **** *** * ** ***** ****** ** * * **** * ***** * ***
*** * *** * * * * ***** * if(n2>=n3)
** * * *** * *** *** * * * *** * * ** ** ** ** ** ** * **** ** *
****** ** *** *** * ** *
* *** ** *** * * ****** * * * * * * *** *** * ** * * * *

}



void Smallest(int n1 , int n2 , int n3)

{
**** ****** * * * * * ** **** * ** && n1<=n3)
***** ***** * *** * * ** * * **** * * ****** ** ** ** *** ** * * * **
** ** * **** * ** *** if(n2<=n3)
** ** ** * **** * * ******* * * * ** * ** ** * * **
**** ** * * * * **
* * **** ** * * * * *** * *** ** * * * * * * ** * * *

}



int main()

{
* *** *** * *** *** * n1 , n2 , n3 ;


*** * ** * * ** ** **** * ** %d * * * *** * * * * *
* * ** ** *** * * * * *
* ** * * * * ** *** **** *


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

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

#include <stdlib.h>



int main()

{
** * *** * * ** * a,b,c;
***** ** ** *** * k;
* * * * *** *** * * **** ** * * ** * * * **** **** ** * *
** ** * * ** * * * * * *

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

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

   }
***** ***** * ** ** * *** %d",a,c);


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

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

#include * * ** * *



int main()

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>

#include <math.h>



void compare(int a[])

{
***** ** ****** * ** * i,j,max=0,sort[3],t;
* * ** **** * * * ** * ** * ** *

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

    }
*** ** * *** * * * * ** * * %d",sort[0],sort[2]);

}



int main(void) {
*** **** ** * *** ** ** * a[3],n,x;
*** ** * ****** * ** * * **

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

    }
* * * *** ** * * * *** * * **
*** ****** * * * ** * EXIT_SUCCESS;

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

#include <stdlib.h>

void maxmin();

int main()

{
* ** ** * ***** * *** * *
*** **** *** * ****** * ***** * * *** *
* * * * * ** * * * **** 0;

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

void maxmin()

{
** * * * * *** ** * ** * a,b,c,max,min;
* * * * ** * * * * ** %d %d", &a,&b,&c);
******* ** * ** * ** * * * **
*** * ** ******* **** **
* * * * * ***** ***
* * **** * * * ***
**** ** ****** * * ** *** ***
* *** ** ****** ***** * **
***** * * * * * * ******* *

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

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

    
* * ** ** * * * * *** * * **
* ** * * **** * **** * *** * %d", max, min);

}
answered by (-110 points)
0 like 0 dislike
Hidden content!
** * ****** ** *
** ** * * *



void big(int a , int b , int c)

{
*** *** * ** *** * ***** x;
* * *** * **** ****** ** * ** ** * **** **
*** * * ** ** **
* * *** * * ** * *** * * ***
** ** ****** * * ** *
* ** * * ** *
* *** * * * * ** * *


** * * * ***** * ** *
*** ** * *** *** * ** ** * * ** ** ***** " , x); * ** * ** * ****
** *** ***** * * * * * * **

}



void small(int a , int b , int c)

{
* **** * ** ** ** * x;
* *** * ** ** * * **** ** * * * *
* *** * * *** *** **
* *** * * * ********* * * * ***
* **** * ***** * ** ** **
**** **** * *
* * ****** * * * *


* * *** *** ** ** ** ***
** ** * **** * * * **** *** * ** * " , x); ** ** * *** *
*** *** * ** ** *

}



int main ()

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

  
*** ** * * *** ****** * * * &a);

* *** **** * * * * ** &b);
***** * ** * *** ** ** **** ** &c);

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

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

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

  

}
answered by (-186 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;



}



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



{


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


* * ** * ** **** ** * *** * **** ** * * * ** ** ** n1 ;


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


** ** ** **** *** ** *** **** *** **** * ** * * * * * n2;


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


** ** * **** ** *** *** * * ** * * * * ** *** n3;



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

int ** *** num1, int num2, int num3);

int * * num1, int num2, int num3);

int main()

{
**** ***** * * * *** * * num1, num2, num3;
** * * ** * * ** * * ** * **** ** **** *** * * * * *
*** ***** * ** * * * ** * ** ** ** * ** ** * * ** * num2 * *
* **** *** * * **** * ** ***** ** ** * * * num2, *
* * ** ** * *** * 0;

}

int * num1, int num2, int num3)

{
* ** * ** *** ** *** bigger = num1;
**** ** *** * * ** *** * * * bigger)
*** *** ** * **** * * *** *** * * * ** *** ** = num2;
* *** ** * * ** * * ** bigger)
***** ** * * ** *** ** ** **** * ** * * ** *** * * = num3;
** ** *** * * * * * * bigger;

}

int *** num1, int num2, int num3)

{
** ** * * ** **** * ** ** minimum = num1;
*** * * *** ** **** ***** * *
* * * * * * ** * * * * ** *** ** * * * * ** = num2;
** * * * * * * * * *** ** * * * **
* ** *** * * **** *** *********** * *** * *** = num3;
**** ** ** ** * *** ** *

}
answered by (-64 points)
0 like 0 dislike
Hidden content!
*** * ** * * * **
*** * ** * ********
***** * * * * ***



int main(void)

{
** ******* ** * * * ** * ** ***
* * ** * ** ** ** * ** * * ** ** num1 , num2 , num3;
* ***** * ** * ******** * * * * * * * * * * * , &num1 , &num2 , &num3);
* * ************ ******** **** ** *
** * * * * ***** ** **** ***** *** **** * * *** ******** * ** *** * *
** **** ** * ** * * * * * ** ** * * ** ** * , num1 , num3);



else * **** * * ****** num3>num2)
**** * * ** * ** *** * , num1 , num2);



else * * * ** ** * ** *** * *** *
** * **** * * * ** , num2 , num3);



else * *** * *** * * * * * **
* * ** *** * , num2 , num1);



else * * *** * * ******
* **** * **** ** * * , num3 , num2);



else ** ** ** * * * ** **
* ** * *** * * , num3 , num1);
* ** *** *** ** ** * ******** *
* * * * * ***** ** * ****** ***** * * * ******

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

}
answered by (-194 points)
0 like 0 dislike
Hidden content!
** * * ****


**** * *



int **** * **



{


*** * * **** **** * * ***** i , temp = ***


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



{


** *


* ** *** *


* ***


* ** * * * ** ***


******* *


** 0;


** * **



}


**



int min(int ** **



{


* ** ** ** ** i,temp = num[0];


* **



{


** ***** * *


*


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


** *****


* 0;


* ** **



}



int main()



{


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


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


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


* *** *** *


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


***


* * * *** * 0;



}
answered by (-102 points)
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English 中文 Tiếng Việt
IP:172.70.126.67
©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
| 2.6k 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
| 2.8k 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
| 11.9k 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
| 3.8k 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
| 4.4k views
12,783 questions
183,442 answers
172,219 comments
4,824 users