Question
write a C++ program . The program should prompt the user for their quarterly water bill for the last four quarters. The program finds and
write a C++ program
. The program should prompt the user for
their quarterly water bill for the last four quarters. The program finds and displays
the average MONTHLY bill.
You need to add conditional statements to the program to display a message to the
user based on their average water bill. Here are the conditions to use:
If the bill exceed $75, the output display
too much water is being
used
.
Bills at least $25 but not more than $75 will display
a normal use of
water
.
Bills under $25 will display
you are conserving water.
Congratulations.
Also write the Pseudocode for this program
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started