we will implement “if statements” in a program. Your program will calculate the cost of fiber optic cable installation b

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

we will implement “if statements” in a program. Your program will calculate the cost of fiber optic cable installation b

Post by answerhappygod »

we will implement “if statements” in a program. Your programwill calculate the cost of fiber optic cable installation bymultiplying the number of feet needed by $0.87. We will alsoevaluate a bulk discount. You will prompt the user for the numberof fiber optic cable they need installed. Using the default valueof $0.87 calculate the total expense. If the user purchases morethan 100 feet they are charged $0.80 per foot. If the userpurchases more than 250 feet they will be charged $0.70 per foot.If they purchase more than 500 feet, they will be charged $0.50 perfoot.
Basic Program header:
Change Control Log:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply