Answer:
You look very nice!
Step-by-step explanation:
it matters what you look like to yourself not how you look to others!
6.974 rounded to the nearest tenth is 7.0, because 7 is more than 5, and since 9's there, we make that 6 to a 7.
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:
A = 4200 ft^2
Step-by-step explanation:
We know the formula for area is
A = l*w
We need to have the same units
convert yd to ft
1 yd = 3ft
Multiply each by 70
70 yds = 210 ft
A = 210 *20
A = 4200 ft^2