Question: ( 5 marks ) Write an algorithm in pseudocode to calculate a monthly electrical bill for a house. Assume you have as input the meter

(5 marks) Write an algorithm in pseudocode to calculate a monthly electrical bill
for a house. Assume you have as input the meter readings at the beginning and end
of the month in kilowatt hours (kwh) and the cost per kilowatt hour as follows:
First 500 kwh per month: $0.06 each
kwh over 500 but less than or equal to 1000: $0.08 each
kwh over 1000: $0.10 each
Have the algorithm ask the user if they wish to repeat the calculation for another
month, and loop back to the appropriate point if they do.
This one is a little more difficult. Think about how to break the problem up into
several tasks, and what you need to calculate and store to do each task. Ill post
some hints for this one and/or do something in class.
4.(5 marks) Looking at the Find Largest Algorithm as described in figure 2.14, if the
numbers in the list were not unique, would the algorithm report the first or the last
occurrence of the largest number if it occurred several times? Explain your answer

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!