Lists and arrays can be valuable tools for the programmer.
1. Provide an example of a 'list' and how it would be used as part of a problem solution.
2. Provide an example of an array and how it would be used as part of a problem solution.
3. Given an array or list (which is just a one-dimensional array), how is it named and accessed?
4. Bonus question: Which loop structure would be best for accessing an array