Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I want the program as c++ code (can be written in code blocks ) Write a program that prompts the user to enter the amount
I want the program as c++ code (can be written in code blocks )
Write a program that prompts the user to enter the amount of consumed water in gallons and electricity in watts. The program calculates the bill assuming that the water and electricity rates are as in the following table: Water Electricity Gallons s 200 200 and s 850 Rate 0.75 1.15 2.75 Watts s 2500 2500 Rate 0.5 0.8 850 Sample input/ output: Enter the consumed water: 1025 Enter the consumed electricity: 3110 The bill for 1025 gallons of water and 311e watts of electricity is 3116 dirhamsStep 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