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:
Because 90/5=18
A) - 14 is the correct answer
-25 15/19 + 9/1
get a common denominator of 19
they multiplied 9/1 * 19/19 = 171/19
-25 15/19 + 171/19 =
change the mixed number to an improper fraction
(19* 25 +15)/19 = 490/19
-490/19 + 171/19 =
add together
-319/19
now convert the improper fraction back to a mixed number
19* 16 =304 319-304=15
-319/19 =-16 15/19