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);
The three inside angles of a triangle need to equal 180 degrees.
To find X subtract the two known angles from 180.
X = 180 - 45 - 70
X = 65 degrees.
Answer:
Step-by-step explanation:
Answer:
6.08333333 hours
Step-by-step explanation:
((42 hours) + (35 minutes)) / 7 = 6.08333333 hours
hope this helps LOL :)
Should be 72 ounces, as he used 23/24 of the blueberries and 69/72 = 23/24.