Write a java program that calculates a customers' electric bill. The program should ask the user to enter the number of kilowatt hours (kWh) used during a month billing period. Knowing that the Electricity costs 7.56 cents per kWh; in addition to that 8% tax should be added to this bill price. The program should calculate the original bill price in S, the tax amount and the final bill price.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 15PE
icon
Related questions
Question
Write a java program that calculates a customers' electric bill. The program should ask the user to enter the
number of kilowatt hours (kWh) used during a month billing period. Knowing that the Electricity costs 7.56
cents per kWh; in addition to that 8% tax should be added to this bill price. The program should calculate
the original bill price in S, the tax amount and the final bill price.
Hint: Icent 0.01 dollars
Make sure to display 2 digits after the decimal point.
Sample Run:
Enter the kilo watt hours over 1 month: 510
1
----Electric Bill---
Number of kilo watt hours: 510.0
Amount: $38.56
Tax: $3.08
Total: $41.64
Transcribed Image Text:Write a java program that calculates a customers' electric bill. The program should ask the user to enter the number of kilowatt hours (kWh) used during a month billing period. Knowing that the Electricity costs 7.56 cents per kWh; in addition to that 8% tax should be added to this bill price. The program should calculate the original bill price in S, the tax amount and the final bill price. Hint: Icent 0.01 dollars Make sure to display 2 digits after the decimal point. Sample Run: Enter the kilo watt hours over 1 month: 510 1 ----Electric Bill--- Number of kilo watt hours: 510.0 Amount: $38.56 Tax: $3.08 Total: $41.64
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT