More details in jpeg file
Write a program that takes as an input a number of diferent pizza combinations and estimates the total calories eaten for that meal. The input should be of the form: number of different pizza combinations, number of slices of etch pizza, and toppings selected for etch of slices.
The input will contain: 1 <= different pizza combinations <= 100 For each pizza combination: 0 <= Number of slices of pizza eaten < 100 A comma separated list of toppings with at least one topping (no spaces before/after commas).