Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Please I need your help Write a client program TestDrive.java that tests your Ca

ID: 3648065 • Letter: P

Question

Please I need your help

Write a client program TestDrive.java that tests your Car class. The test program should prompt a user for a fuel efficiency, construct a Car object, prompt the user for an amount of fuel, put the fuel in the Car object, prompt the user for a distance to travel, drive the appropriate distance, and then report back to the user the distance actually travelled, the current fuel level, and the current odometer reading. Your test program should let the user drive the car until the user enters a distance of zero. Then your test program should prompt the user for an amount of fuel to add to the car and then let the user drive the car some more. If the user enters zero for the amount of fuel to add, then your test program should prompt the user for a new fuel efficiency and construct a new Car object and let the user drive the new car. Your test program should terminate if the user enters zero for the fuel efficiency.

Explanation / Answer

Main Class: http://codepad.org/k78eIkLc Car class: http://codepad.org/pznWG2IV Please let me know if you have any questions, i will gladly respond after i get out of work tomorrow at 6:30-7 pm EST