C++ algorithms and flow chart

Create an algorithm to compute the final price of an item given the original price and the quantity and assuming that the sales tax is 10%. Allow the user to repeat this calculation as much as he wants.Create an algorithm that computes the quiz average for all...