2. Write a program that stores the sales of 5 fast moving items of a store for each month in 12 Series objects, i.e., S1 Series object stores sales of these 5 items in 1st month, S2 stores sales of these 5 items in 2nd month, and so on.
The program should display the summary sales report like this : Total Yearly Sales, item-wise (should display sum o f items’ sales over the months) Maximum sales of item made : Maximum sales for individual items Maximum sales o f item 1 made : Maximum sales o f item 2 made : Maximum sales o […]