Answer:
9.6
Step-by-step explanation:
So you divide 48 Divided by 5 wich equals 9.6 HOPE THIS HELPS
Just take the coordinates of both those red dots and use the slope formula: y2-y1 all divided by x2-x1. that should give you slope
<span>char max(char number1, char *number2){
if (strcmp(number1, number2) > 0)
return number1;
else
return number2;
}</span>