Lecture 19 Flashcards
(2 cards)
0
Q
Implementing Arrays:
- How to use an array?
- A simple ex using arrays?
A
1.~same as variables: declare it, initialize it, and use (set, change, or display) it
1
Q
Arrays:
- What is an array?
- Why are arrays important?
- How to picture an array?
A
- ~ collection of data items with that represents the same thing
~
~ think of arrays as PO boxes - ~array allows you to group data items that are related
~
~
3.