Finish the method called waterTax() that will take a double units argument and returns a double bill cost. Use the given guidelines to calculate the bill cost based on the number of used units. The more water used, the more it will cost. The method is already called in the main method with arguments. - If the units are under 50: bill = units * 0.60 - If the units are above 50: bill = units * 0.90 - If the units are above 100: the bill is the same as the above 50 units, but with an additional fee of $50 - If the units are above 150: the bill is the same as the above 50 units, but with an additional fee of $100

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter7: Using Methods
Section: Chapter Questions
Problem 15RQ
icon
Related questions
Question

java

Finish the method called waterTax() that will take a double units argument and returns a double bill cost. Use the given guidelines to calculate the bill cost based on the number of used units. The more water used, the more it will cost. The method is already called in the main method with arguments.

 
- If the units are under 50:
bill = units * 0.60
 
- If the units are above 50:
bill = units * 0.90
 
- If the units are above 100:
the bill is the same as the above 50 units, but with an additional fee of $50
 
- If the units are above 150:
the bill is the same as the above 50 units, but with an additional fee of $100

This is a return method with a double parameter

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 5 images

Blurred answer
Knowledge Booster
Returning value from Function
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT