Question: solve using Java java Taska 4 Create a class called Petrolpurchase to represent information about the petrol you purchase. The class should include five pieces

 solve using Java java Taska 4 Create a class called Petrolpurchase

solve using Java

java

Taska 4 Create a class called Petrolpurchase to represent information about the petrol you purchase. The class should include five pieces of information in the form of instance variables: The station's location (type String), The type of petrol (type String), The quantity (type int) of the purchase in liters, The price per liter (double), The percentage discount (double). Provide a set and a get method for each instance variable. In addition, provide a method named get Purchase Amount that calculates the net purchase amount (.e., multiplies the quantity by the price per liter) minus the discount, then re to pay as a double value. Write an application class named Petrol that demonstrates the capabilities of class Petrolpurchase

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!