Write a java program that will calculate the charge for electricity for customers. The
program should use a class called Electricity_bill containing the following attributes:
customer account number (integer) and kilowatt-hours used (float).
Electric charges are 59 cents per kilowatt. The program should read the data from keyboard and display the following information for the customer on the screen.
customer account number cost of electricity (float)
Electricity_bill
+ account: int
+ KWH : float
+ cost: float