Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write a program - C B-1) The electricity bills (il ya) of customers are calculated as follows: 1. If 500 units or fewer are used,

write a program - C
image text in transcribed
B-1) The electricity bills (il ya) of customers are calculated as follows: 1. If 500 units or fewer are used, the cost is 0.02 JD per unit. Otherwise the cost is 10 JD for the first 500 units and 0.05 JD for every unit in excess(olj ) of 500. 2. A basic service fee (Susanywa, J4) of 5 JD is charged for every bill i): Write a module called ElectricityCost that takes as an argument a float number represents the consumed electricity units and prints the cost in based on the above 2 rules. ii): Write a main Module that continually asks the user to enter values of consumed units and calls the ElectricityCost module to prints the cost of each entered value. The program ends when the user enters a negative value for consumed units

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatial Database Systems Design Implementation And Project Management

Authors: Albert K.W. Yeung, G. Brent Hall

1st Edition

1402053932, 978-1402053931

More Books

Students also viewed these Databases questions