Exercise 4- Exercise Objectives Problem Description Write a program to create a customer's bill for an electrical shop.
Posted: Fri Jul 08, 2022 6:36 am
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