Write program that lets maker of chips and salsa keep track


Problem

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 arrays, each of size 5: an array of strings that holds the names of the five salsa types, 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 salsa name array is created. The program should prompt the user to enter the number of jars sold for each type. Once the sales data has been entered, the program should produce a report that displays sales for each salsa type, total sales, and names of the highest selling and lowest selling products. [Hints: for the last part, you may like to get the index of the highest selling and lowest selling product by comparing the values, using a loop].

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write program that lets maker of chips and salsa keep track
Reference No:- TGS03333126

Expected delivery within 24 Hours