what is wrong with my code. doesnt compile
public class CarSimulator
{
public static void main(String []args)
{
FuelGauge amountOfFuel = new FuelGauge(0);
Odometer currentMileage = new...