Exercise 4- Exercise Objectives Problem Description Write a program to create a customer's bill for an electrical shop.

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

Exercise 4- Exercise Objectives Problem Description Write a program to create a customer's bill for an electrical shop.

Post by answerhappygod »

Exercise 4 Exercise Objectives Problem Description Write A Program To Create A Customer S Bill For An Electrical Shop 1
Exercise 4 Exercise Objectives Problem Description Write A Program To Create A Customer S Bill For An Electrical Shop 1 (33.6 KiB) Viewed 31 times
Exercise 4- Exercise Objectives Problem Description Write a program to create a customer's bill for an electrical shop. The shop sells 3 different products with the unit price as following: basic problem solving ✓ Using simple input and output statements. ✓ Identifying and using fundamental data types. ✓ Using arithmetic operators ✓ Using comments. TV - 190 JD Blender - 150 JD Fan -110 JD The program must read the quantity of each product purchased by a customer. It then Prints the Sub Total Price (for each item) and the Total Price in the following format: QTY 7 9 8 Total Price Description TV Blender Fan Unit Price ==== 190.00 150.00 110.00 SubTotal ===== 1330.00 1350.00 880.00 3560.00 JD
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply