I'm working on an assignment where you need to come up with an algorithym from what was given to us for the assignment. This one doesn't make since to me:
<< The public utilities commission has decided that the electric company overcharged its customers for two months last year. To make up the difference to the customers, the commission therefore orders the company to decrease next month's bill by 12.5% for each customer. The city also levies a 5.75% utility tax on each bill, which is to be applied to the bill before it?s discounted. Also, the 12.5% discount does not apply to the utility tax. Assume electricity costs $1.23 per kilowatt-hour. Write a program algorithm to compute and display next month?s electric bill given the total number of kilowatt-hours consumed as input. Create the design to repeat the entire program until the user is ready to stop. >>
If someone can come up with the equation, that would be helpful. Thanks.
If you know how to program it in VB, then if possible put the coding in for what is needed. Thanks again.
kRiLLiN47
<< The public utilities commission has decided that the electric company overcharged its customers for two months last year. To make up the difference to the customers, the commission therefore orders the company to decrease next month's bill by 12.5% for each customer. The city also levies a 5.75% utility tax on each bill, which is to be applied to the bill before it?s discounted. Also, the 12.5% discount does not apply to the utility tax. Assume electricity costs $1.23 per kilowatt-hour. Write a program algorithm to compute and display next month?s electric bill given the total number of kilowatt-hours consumed as input. Create the design to repeat the entire program until the user is ready to stop. >>
If someone can come up with the equation, that would be helpful. Thanks.
If you know how to program it in VB, then if possible put the coding in for what is needed. Thanks again.
kRiLLiN47