Question: Built in C++ using just if conditional: A fashion store is on promotion with all its clothes. If I buy three items I get a

Built in C++ using just if conditional: A fashion store is on promotion with all its clothes. If I buy three items I get a 50% discount on the two cheapest items. It is required to make a program that allows the user to enter the price of three items to be purchased and must show the value that must be paid for each item, the total to be paid and the total value of the discount. The program must validate that the prices entered are valid. Examples
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
