Write a program that asks the user to enter the number of vanilla, strawberry, and chocolate ice cream cones sold by an ice cream shop each day for a week (total of 21 inputs). Store this data into a 2-dimensional array. Display the data from the array to the screen in a clear, readable table (hint: Try using setw to line up the table). Your table should also display the total cones sold each day, the total cones of each flavor sold for the week, and the total cones overall sold for the week.