0
can u please help me my c# code??its all about section structure a multiple way if..Cant finish my program..plss help me
3 ответов
+ 1
what do u need,man?
+ 1
It is very hard to help you with your code, if you do not give us the code.
0
write a program that calculate and print bills for the city power company. The rate varies depending on whether the use is Residential, Commercial and industrial. A code [R] means Residential ,[C] for Commercial and [I] for Industrial. Any other code should be treated as an error .The rate is computed as follow:
R: P300.00 plus P2.6 per kwh used
C: P3000.00 for the first 1000 kwh and P2.25 each kwh each additional for kwh used
I : Rate varies depending on time usage:
Peak hour : P3800.00 for the first 1000 kwh and P3.25 for each additional for kwh used.
off-peak hour: P2000.00 for the first 1000 kwh and P1.40 for each additional for kwh used.