Question: Please send in 15 min , I'll give upvote for sure.give the answer according to the question. Fast plz Write the code in java and
Please send in 15 min , I'll give upvote for sure.give the answer according to the question. Fast plz Write the code in java and put the output screen shot also.

Define a class called Fuel_Monitor that will be used to check the amount of fuel that is leftover in a vehicle after travelling a certain distance. The class should have instance variables such as tank Capacity to store the size of the tank, fuel_in Tank to check the fuel availability and efficacy to determine the distance per liter. Raise appropriate exceptions if the tank reaches empty or full. Call appropriate methods addPetrol() and drive() based on fuel availability. Include a method drive_distance that returns how much distance can be travelled with the fuel available in the tank and with the efficacy provided. Write a Java program to implement the above described scenario
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
