Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Web Database Development Step By Step

Authors: Jim Buyens

1st Edition

0735609667, 978-0735609662

More Books

Students also viewed these Databases questions

Question

When is it appropriate to use a root cause analysis

Answered: 1 week ago

Question

1. The evaluation results can be used to change the program.

Answered: 1 week ago

Question

5. To determine the financial benefits and costs of the program.

Answered: 1 week ago