Description
In this course, you will
1. Learn about arrays as a way to store multiple values in a single variable
2: Discover how we store and process strings (arrays of characters)
3: Explore abstraction and problem decomposition
4: Use functions to implement problem decomposition in your code