Toggle navigation
Courses
Questions
Tags
Users
AD 20161103 作業2
0
like
0
dislike
2.6k
views
請設計一程式,使用者會輸入三個正整數,請找出其中最大及最小的數然後輸出。
請利用函數的方式來完成這個作業
[Exercise]
Essay (Open question)
-
asked
Nov 3, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 16958 -
Available when:
Unlimited
-
Due to:
Unlimited
|
2.6k
views
comment
Please
log in
or
register
to add a comment.
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
Jan 4, 2017
by
Phoenix666
(
-162
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
#include <stdio.h>
#include <stdlib.h>
int main()
{
** ** * ** ** * ** a,b,c;
* ** * * * * * k;
*** *** * ** * *** ** * * ******** * * **** **
*** * * * * ** ** ******
{
* * ** ** **** ** ** * * **
* *** ** * ** *** **** ** ** *** **
* * ***** *** * * * **** *
** ** **** ** *
* ** * * ** * * ** *** *
* *****
*** **** ** * **** * * * * * *
** * ** * * ** ** * * * *
* * * **** ** **** **** *
*** * ** * *** *
**** ** * **** * *
{
***** ** ** * ** * * * * *
** ***** ** **** ** ** * ** **
* * * * * ** * **** * *** ***** **
}
** * ****** * * *** * %d",a,c);
* * ** * **** **** * 0;
}
answered
Dec 29, 2016
by
410511226
(
-188
points)
ask related question
comment
Please
log in
or
register
to add a comment.
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
Dec 8, 2016
by
410511226
(
-188
points)
ask related question
comment
Please
log in
or
register
to add a comment.
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
Dec 2, 2016
by
410421238
(
-38
points)
ask related question
comment
Please
log in
or
register
to add a comment.
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
Dec 1, 2016
by
610537002
(
-110
points)
ask related question
comment
Please
log in
or
register
to add a comment.
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
Dec 1, 2016
by
410223055
(
-186
points)
ask related question
comment
Please
log in
or
register
to add a comment.
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
Dec 1, 2016
by
Phoenix666
(
-162
points)
ask related question
comment
Please
log in
or
register
to add a comment.
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
Nov 30, 2016
by
lovekakoda
(
-64
points)
ask related question
comment
Please
log in
or
register
to add a comment.
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
Nov 29, 2016
by
410223045
(
-194
points)
ask related question
comment
Please
log in
or
register
to add a comment.
0
like
0
dislike
Hidden content!
** * **** ** ****** **
* *
int * *** *
{
***** ** ** ** ** *** i , temp = **
* * ** ****** *** ******** *
{
***
* *** *
*** * * ***
* ** * * * * * * *
** * *
* * 0;
******
}
**
int min(int * **
{
*** * *** * * * * * i,temp = num[0];
* * ** *** ** * *
{
** ** ** **
***
* * * ****** * ** **
* * * *
* * 0;
}
int main()
{
* * *** *** * * *** * *
* * * * * ** ** * * * * **
* ** **** * *** * ** * * *** * * * * *** ** * ** * *
* * ** * ** *******
* **** ** * **** ** *
* *
* ** * * ** * * 0;
}
answered
Nov 24, 2016
by
chen
(
-102
points)
ask related question
comment
Please
log in
or
register
to add a comment.
Page:
1
2
3
4
next »
Welcome to Peer-Interaction Programming Learning System (PIPLS) LTLab, National DongHwa University
English
中文
Tiếng Việt
IP:172.71.254.145
©2016-2025
Related questions
0
like
0
dislike
26
answers
AD 20161103 作業1
[Exercise]
Coding (C)
-
asked
Nov 3, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 16957 -
Available when:
Unlimited
-
Due to:
Unlimited
|
2.2k
views
0
like
0
dislike
31
answers
AD 20161020 作業 2
[Exercise]
Coding (C)
-
asked
Oct 20, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 14582 -
Available when:
Unlimited
-
Due to:
Unlimited
|
2.6k
views
0
like
0
dislike
159
answers
AD 20160929 作業 2
[Exercise]
Coding (C)
-
asked
Sep 29, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 11639 -
Available when:
Unlimited
-
Due to:
Unlimited
|
10.8k
views
0
like
0
dislike
47
answers
AD 20160922 作業2
[Exercise]
Essay (Open question)
-
asked
Sep 22, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 11533 -
Available when:
Unlimited
-
Due to:
Unlimited
|
3.5k
views
0
like
0
dislike
54
answers
AD 20161020 作業 4
[Exercise]
Coding (C)
-
asked
Oct 20, 2016
in
作業
by
Shun-Po
(
18k
points)
ID: 14583 -
Available when:
Unlimited
-
Due to:
Unlimited
|
4.1k
views
12,783
questions
183,442
answers
172,219
comments
4,824
users