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:
Hello! Mizuki here to help
The correct answer would be B
Step-by-step explanation:
Number of people who didn't get flu and weren't vaccinated:115
You would shade in 135 of the squares in the grid(s)
Answer:
ghgyeryeughheyyrgjehrgb ehgryeurghekdrdrg dhgidrg
Corrine earns an hourly wage on top of her weekly gas allowance for her delivery job.
Her weekly earnings can be expressed as:
Earnings = 40 + 7.50h
When h=0, her earnings will be 40
This constant represents, the fixed gas allowance she is receiving for her delivery job. 7.50h represents that she get paid $7.50 for an hour of work.
So, the constant term in the expression represent her weekly gas allowance.