[Solved] Program that will allow the user to enter the energy bills

30 $

File Name: Program_that_will_allow_the_user_to_enter_the_energy_bills.zip
File Size: 546.36 KB

SKU: [Solved] Program that will allow the user to enter the energy bills Category: Tag:

Or Upload Your Assignment Here:


Last year, a local college implemented rooftop gardens as a way to promote energy efficiency and save money. 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. The first array will store the first year of energy costs, the second array will store the second year after going green, and the third array will store the difference. Also, create a string array that stores the month names. These variables might be defined in pseudocode as follows:

Declare Real notGreenCost[12] = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0

Declare Real goneGreenCost[12] = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0

Declare Real savings[12] = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0

Declare String months[12] = [“January”, “February”, “March”, “April”, “May”, “June”, “July”, “August”, “September”, “October”, “November”, “December”]

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Shopping Cart
[Solved] Program that will allow the user to enter the energy bills
30 $