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:
17
Step-by-step explanation:
it has to be under 90 degrees
The answer is A
***********************************
Answer:
6
Step-by-step explanation:
=> -x+4
<u><em>Given that x = -2</em></u>
=> -(-2)+4
=> 2+4
=> 6
Answer:
155 +
+ 14
Step-by-step explanation:
The variable x would represent the number/value we don't know, and in this case, we don't know what number is raised to the third power. This being said, x would represent that number.
The question, although worded a bit confusingly, asks to add 155, the number (x) to the exponent of 3, and 14. Mathematically, this would be 155 +
+ 14.