Answer:10.9,,,,,10 2/5,,,,,10 1/4
Step-by-step explanation:
Answer:
Recursive algorithms call itself with simpler or smaller input values. They can be used to solve large problems by using the solutions to minor parts of the problem, these minor problems are then further broken down to solvable cases.
Given the input as a sequence;
max(
if
return 
else

if
>
return 
else return 
5 cars are 0-9
15 cars are 10-19
55 cars are 2-29
5 + 15 + 55 = 75 total cars are less than 30 miles per gallon.