Question
basic C++ program, thank you. 1: Create a string array that stores five different types of salsas: mild, medium, sweet, hot, and zesty. 2:The salsa
basic C++ program, thank you.
1: Create a string array that stores five different types of salsas: mild, medium, sweet, hot, and zesty.
2:The salsa names should be stored using an initialization list at the time the name array is created. (3 points) ?
3:Have the program prompt the user to enter the number of salsa jars sold for each type of salsa using an array. Do not accept negative values for the number of jars sold. (4 points) ?
4:Produce a table that displays the sales for each type of salsa (2 points),
5: 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started