If a Fleet object is constructed, how many new objects will there be?

A good answer might be:

Three --- the Fleet object itself and the two Car objects it refers to.

Picture of a Fleet

The picture shows that objects of class Fleet contain two references to Car objects.

QUESTION 8:

How (in general) would you calculate the average miles per gallon of a fleet of cars?

Click Here after you have answered the question