Ice Cream
- You are literally just printing out the menu of each ice cream and its price.
- Think about how you would make the list by hand. Then transfer these steps to steps the computer would understand.
- You can store lists as an array.
- You will need loops.