Question: ( 5 marks ) Write an algorithm in pseudocode to calculate a monthly electrical bill for a house. Assume you have as input the meter
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 kwh per month: $ each
kwh over but less than or equal to : $ each
kwh over : $ 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 andor do something in class.
marks Looking at the Find Largest Algorithm as described in figure 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
