Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

HI PLEASE SOLVE IT FOR ME

0 votes
asked Apr 3, 2018 by Shikhee Dey Sarkar (120 points)
c++ programin write, compile and run a program to add up the total cost of items bought in a store. for each item the following information are given the price of item a=50, b= 20 , c=30 and and a single letter indicating the taxable price h= 13% tax for a, 5% tax for b and no tax for c. a loops end when a zero is entered for a price. find the number of item bought, total price, total amount of tax and total purchase price which includes all taxes in a c++ programing

1 Answer

0 votes
answered Apr 10, 2018 by femrost
this is a forum where we help people with problems not where we do homework for other people.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...