Design an algorithm using pseudo code for a program that uses functions to calculate the total bill for water consumption every month. The program uses two functions. One function to read user input and another function to calculate the total bill. The information required: Account number Previous meter reading Current meter reading Standing charge which is around KES 400.00 Cost per unit of consumption Tax which is 3% of the consumption cost. Consumption is the difference between current reading and previous reading Consumption cost is the sum of standing charge and the product of consumption and cost per unit of consumption. Total cost of the bill is consumption cost plus the tax

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.1: Function And Parameter Declarations
Problem 3E
icon
Related questions
Question
  1. Design an algorithm using pseudo code for a program that uses functions to calculate the total bill for water consumption every month. The program uses two functions. One function to read user input and another function to calculate the total bill. The information required:
    • Account number
    • Previous meter reading
    • Current meter reading
    • Standing charge which is around KES 400.00
    • Cost per unit of consumption
    • Tax which is 3% of the consumption cost.
    • Consumption is the difference between current reading and previous reading
    • Consumption cost is the sum of standing charge and the product of consumption and cost per unit of consumption.
    • Total cost of the bill is consumption cost plus the tax.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Concept of Parenthesis
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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
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