96.408 I used a calculator
Hello!
3/4 = 0.75 as a decimal
We know that Jen picks 0.75 of a gallon of strawberries in half an hour, and now we want to find out how many gallons she'll pick in 2 hours.
Half an hour = 0.5
2 ÷ 0.5 = 4 There are four half hours in 2 hours.
0.75 × 4 = 3
ANSWER:
Jen will have picked 3 gallons of strawberries in 2 hours.
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);
8 x 6 = 42 add two zeros so 4200