Question
Scenario: Write a program that will allow the user to enter the energy bills from January to December for the year prior to going green.
Scenario: Write a program that will allow the user to enter the energy bills from January to December for the year prior to going green. Next, allow the user to enter the energy bills from January to December of the past year after going green. The program should calculate the energy difference from the two years and display the two years worth of data, along with the savings. Hints: Create three arrays of size 12 each (for January, February, March, etc.). The first array will store the first year of energy costs, before going green, the second array will store the second year of energy costs after going green, and the third array will store the difference (before green - after going green). Also, create a string array that stores the month names. Write the flowchart for the programming problem. I need the pseudocode and a flowchart based on the pseudocode.
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