Records#
- Today continue to study arrays. Defining repetitive code and reusable code as functions can improve the aesthetics of the code.
- Create a numbered list for arrays.
- Method 1. Define a counter when printing, increment by 1 each loop.
- Method 2. Use the index of a for loop with range.
- Today's exercise is to complete option 4 of the case study. It's relatively simple, not difficult.