Question: the answer should be in JAVA language by using Netpeans program and please can you print your answer to copy it easily and make a
Question 11 Not yet answered Marked out of 5.00 P Flag question Oman Oil Company needs to create a bill calculation information. In this process, the operations initiated by the company are customer information, amount calculation of gas consumption, and display of customer details. Write a Java program to create an object class "Gasbill" and do the following operations Member variables: customerno, customername, current_meter_reading previous_meter_reading. UnitsConsumed, Billamount. Member Methods: a Read() To read the values such as customerno, customername, (Mark) current_meter_reading, and previous_meter_reading. Get the input through the keyboard. b. Bill_Calc() To calculate Units Consumed and Billamount using the (2 Marks) formula and condition which are given below. Formula: UnitsConsumed current_meter_reading previous_meter_reading Condition : UnitsConsumed Billamount > and 200 and 500 UnitConsumed x 0.60 baise >501 and
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
