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);
(4,-1) turns into (1,4) because the equation for that is (x,y)->(y•-1,x)
Answer:
The graph answer choices are needed to answer this question, otherwise no one can help you.
Step-by-step explanation:
5/18+7/12
=10/36+21/36
=31/36