Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
Answer:
D
Step-by-step explanation:
72/9=8
-72/-9=8 because negative/negative=positive.
Answer:
100 - 12/n
Step-by-step explanation:
quotient means division so
12/n
and subtracted from means say x - 12/n so
100 - 12/n
If you're looking to evaluate it then it would be
4(25n - 3) / n
Answer:
7 Goals
Step-by-step explanation:
6 divided by 2 equals 3, So Clark scored 3 goals. 8 divided by 2 equals 4, So Kent scored 4 goals. 4 plus 3 equals 7.
Angle B is 45, angle A is 108, angle C is 27