Question: Solutions should be coded in C++, using comments to describe what the code is doing Chips and Salsa Write a program that lets a maker

Solutions should be coded in C++, using comments to describe what the code is doing

Chips and Salsa

Write a program that lets a maker of chips and salsa keep track of their sales for five different types of salsa they produce: mild, medium, sweet, hot and zesty. It should use two parallel five-element arrays: and array of strings that holds the five salsa names and an array of integers that holds the number of jars sold during the past month for each salsa type. The salsa names should be stored using an initialization list at the time the name array is created. The program should prompt the user to enter the number of jars sold for each type. Once this sales data has been entered, the program should produce a report that displays for each salsa type, total sales and the names of the highest and lowest selling products.

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!