Question: Using C++ Problem 2 Total cost A store sells five different items whose retail prices are shown in the following table: Item code Retail price

Using C++

Using C++ Problem 2 Total cost A store sells five different items

Problem 2 Total cost A store sells five different items whose retail prices are shown in the following table: Item code Retail price 2.98 4.50 9.98 4.49 6.87 4 Write a Ct+ program that reads a series of pairs of numbers of (item code and quantity sold). Your program should calculate and display the total retail value of all items sold. Use -1 as a sentinel value. Sample input/output: nter the item code &Quantity: 27 nter the item code &Quantity: 9 12 The value of code is out of range nter the item code &Quantity: 3 8 nter the item code &Quantity: -1 7 Enter the item code &Quantity: 1 5 otal cost is 126.24

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!