Created by Molly Hills
about 10 years ago
|
||
What does a Data Structure do?
What is a example of a Data Structure?
What does a Array look like?
What types of brackets does a Array use?
What is the index in..
Put 897423 into Person[1]
What happens if you refer to an element outside the bounds of the Array?
Three advantages of using a Array
What does a loop through a Array look like?
What does the index look like on 2D Array?
What does a loop through a 2D Array look like?