Create a C++ program that will do the following: NOTE: The energy charges from the electric company are tiered per kwh.
Posted: Thu Jul 14, 2022 2:12 pm
Create a C++ program that will do the following:
NOTE: The energy charges from the electric company are tieredper kwh. For example, if the customer uses 1202 kwh, they electriccompany would charge 7.3 cents for each of the first 1200 and then3.7 cents each for the remaining 2 kwh.
I recommend testing with Visual Studio, as that is what I willuse when grading these.However https://www.programiz.com/cpp-programmi ... -compiler/ willwork fine as well if you cannot install Visual Studio for anyreason.
If you are interested in trying something different foryour programming project, you can choose any of the three otherideas that are given instead. They can be found in the PDFfiles that are found on this post and they are named Project Option2, Project Option 3, and Project Option 4. The fourth optionwill require the most set up to get it working and you will need todownload and start with the starfield.cpp file that is given. Whichever of the four options that you choose, the following rulesapply:
NOTE: The energy charges from the electric company are tieredper kwh. For example, if the customer uses 1202 kwh, they electriccompany would charge 7.3 cents for each of the first 1200 and then3.7 cents each for the remaining 2 kwh.
I recommend testing with Visual Studio, as that is what I willuse when grading these.However https://www.programiz.com/cpp-programmi ... -compiler/ willwork fine as well if you cannot install Visual Studio for anyreason.
If you are interested in trying something different foryour programming project, you can choose any of the three otherideas that are given instead. They can be found in the PDFfiles that are found on this post and they are named Project Option2, Project Option 3, and Project Option 4. The fourth optionwill require the most set up to get it working and you will need todownload and start with the starfield.cpp file that is given. Whichever of the four options that you choose, the following rulesapply: