“Your goal is to ask record the sales for 5 different types ofsalsa, the total sales, and the names of the highest and lowestselling products. Create a string array that stores five differenttypes of salsas: mild, medium, sweet, hot, and zesty. The salsanames should be stored using an initialization list at the time thename array is created. Have the program prompt the user to enterthe number of salsa jars sold for each type of salsa using anarray. Do not accept negative values for the number of jars sold.Produce a table that displays the sales for each type of salsa, thetotal
OR
OR