Lab 2: the Car class

Create a Car class that stores gas left (as a double) in liters, distance travelled (as an int) in kilometers, and efficiency (as a double) in kilometers/liter. Gas left and distance travelled starts at 0, efficiency starts at 10 kilometers/liter.

Support the following methods:

Use if statements in your methods to ensure that Write this program in BlueJ and test the class by creating objects and running methods on that object. Zip your BlueJ project and submit through moodle . Make sure you have your name and a class description written in your class and your zip file is named Lab2xxxxxx.zip, where xxxxxx is your id number.