Test Your Knowledge
With arrays, you now have the all the main tools needed to start building larger programs. Build one or more of the following programs to demonstrate how you can use arrays to manage data within your program.
- Product Database - create a small program that maintains a shop’s product catalogue.
- Music player - create the code for a iPod like music player.
- Rock dodge - create a small game where the player dodges falling obstacles.