/* Author: James Tam Version: March 2, 2021 */ public class Compact extends Car { public static final int FUEL_CONSUMPTION = 1; //Students must write the code for travelOneUnit() }