Draw a flowchart for a program that: 1) Asks the user to enter from the keyboard electricity consumption in kilowatts (KW) and municipality tax in BD. 2) Calculates the cost of consumed electricity...

C++Draw a flowchart for a program that:<br>1) Asks the user to enter from the keyboard electricity consumption in kilowatts (KW) and<br>municipality tax in BD.<br>2) Calculates the cost of consumed electricity (Elctcost ) as shown in the table below:<br>Consumed electricity (KW)?<br>O to 2000<br>more than 2000<br>Elctcost=<br>0.005xelectricity(KW)<br>0.020xelectricty(KW)<br>3) Calculates the monthlyPament(BD) = municipality tax + Elctcost.<br>4) Displays the value of calculated monthlyPament.<br>

Extracted text: Draw a flowchart for a program that: 1) Asks the user to enter from the keyboard electricity consumption in kilowatts (KW) and municipality tax in BD. 2) Calculates the cost of consumed electricity (Elctcost ) as shown in the table below: Consumed electricity (KW)? O to 2000 more than 2000 Elctcost= 0.005xelectricity(KW) 0.020xelectricty(KW) 3) Calculates the monthlyPament(BD) = municipality tax + Elctcost. 4) Displays the value of calculated monthlyPament.

Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here