Computer Science, asked by Usha2006, 6 hours ago

Write a program to accept the customer name and the number of units consumed to display the bill amount based on the given criteria:- Units Consumed Rate/Unit(in Rs.) First 30 units 3.00 per unit Next 30 units 5.00 per unit Next 40 units 7.00 per unit Above 100 units 9.00 per unit​

Answers

Answered by llElegantlavenderll
3

Answer:

Write a program to accept the customer name and the number of units consumed to display the bill amount based on the given criteria:- Units Consumed Rate/Unit(in Rs.) First 30 units 3.00 per unit Next 30 units 5.00 per unit Next 40 units 7.00 per unit Above 100 units 9.00 per unit

Similar questions