Question
Even though Fibonacci sequence is not a programming tool, an Array be capable of be used to solve it.
Lists and arrays are able to be valuable tools for the programmer. Be sure to use pseudo code in your example.
1. Offer an example of a ‘list' and how it would be used as part of a problem solution.
2. Offer an example of an array and how it would be used as part of a problem solution.
3. Known an array or list (that is just a one-dimensional array), how is it named and accessed?
4. Bonus question: Which loop arrangement would be best for accessing an array?