Question: Apply your knowledge of Computer Programming to solve the following problem: Write a complete C-Program to compute total bill of customer in a departmental store.

 Apply your knowledge of Computer Programming to solve the following problem:

Apply your knowledge of Computer Programming to solve the following problem: Write a complete C-Program to compute total bill of customer in a departmental store. Customer will get discount on the bill according to the table below. S# Customer Type Discount 1 Member 15% of total bill 2 Card Holder 10% of total bill 3 Lucky Draw Rs. 10,000 Winner Program will ask the user to enter type of customer and amount spent on Garments, Shoes and Home appliances. Compute the bill as follows Bill= Garments Amount + Shoes Amount + Home Appliances amount Adjust the discount according to customer type and add 6% sales tax to the bill. Display Customer's bill on the screen as follows Customer Bill Customer Type = XXXX Customer Total Bill = Rs. XXXX -THANKS FOR SHOPPING AT OUR STORE- Than program will ask the user, Do you want to repeat?, if the user presses 'y' or 'Y', program will repeat, otherwise program will end

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!