Please help me with the code of C++ programming-1.
Create a program: Easter Candy Sales Your goal is to write aprogram that records the sales for 5 different types of Eastercandies, the total sales, and the names of the highest and lowestselling products. You will need parallel arrays for this program.Your program should have the following:
Create a string array that stores five different types ofcandies: Peeps, Chocolate Bunnies, Jellybeans, Cadbury Eggs, andLollipops. The candy names should be stored using an initializationlist at the time the name array is created. (1 point)
Have the program prompt the user to enter the
OR
OR