This is a premium course. To view and assign premium course, you must upgrade your account
Learn to use arrays as data structures
Create an array and populate it with values
Create an array and populate it with values
Create an array and display it's elements to the screen
Use a while loop to display the contents of an array
Create a function which filters an array
Create a function which check an array for a specific condition
Reverse an array
Create a modular drawing by using an array as a recipe
Create the bubble sort algorithm