This is a premium course. To view and assign premium course, you must upgrade your account
There's one more type of Array to cover, the 2-Dimensional array- an array of arrays. We'll look at some examples and jump right in to the challenges
Learn to create 2D Arrays
Here we create a 2D Array, assign it values, and read values from it
Create a method that takes in a 2D array and prints it visually
Create a 2D Array of given size of random values from 0 to 10
Search an array for all index numbers that meet a certain criteria
Many companies work with user data organized in tables. We're going to make a simulated grid and perform some example calculations