Question: code in C++ Assignment 7 (15 points): Chips and Salsa Your goal is to ask record the sales for 5 different types of salsa, the

code in C++
Assignment 7 (15 points): Chips and Salsa Your goal is to ask record the sales for 5 different types of salsa, the total sales, and the names of the highest and lowest selling products The name of the program should be Assignment7 3 comment lines (description of the program, author, and date). Create a string array that stores five different types of salsas: mild, medium, swect, hot, and zesty. The salsa names should be stored using an initialization list at the time the name array is created. (3 points) Have the program prompt the user to enter the number of salsa jars sold for each type of salsa using an array. Do not accopt negative valucs for the number of jars sold. (4 points) Produce a table that displays the sales for cach type of salsa (2 points), the total sales (2 points), and the names of the highest selling and lowest selling products (4 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
