90 × 7 = 630 , it's not hard, it's easy
The answer is B. He is incorrect because he should have only 5 factors of 3.
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: 35 apples are ripe and rest i.e 21 apples are not.
Step-by-step explanation:
5/8 of 56 apples are ripe i.e 35 apples are ripe and the rest 56-35 apples are not.
Mark me brainliest.