Implement a class Car with the following properties. A car has a certain fuel efficiency (measured in

Question:

Implement a class Car with the following properties. A car has a certain fuel efficiency (measured in miles/gallon or liters/km—pick one) and a certain amount of fuel in the gas tank. The efficiency is specified in the constructor, and the initial fuel level is 0. Supply a method drive that simulates driving the car for a certain distance, reducing the amount of gasoline in the fuel tank. Also supply methods getGasInTank, returning the current amount of gasoline in the fuel tank, and add Gas, to add gasoline to the fuel tank. Sample usage:

image text in transcribed

You may assume that the drive method is never called with a distance that consumes more than the available gas. Supply a Car Tester class that tests all methods.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: