| Contact PSVM (Q & A) | Notes Below Audio | [toc] [prev] Slide 4 of 17 [next] |
|
|
| 1, 2, 3, [4 (top)], 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, [Lab] |
|
Notes for Slide 04 An array is a list of variables that requires using only one variable. Each location in the list holds a value which is called an element of the array. Each location is often referred to as an index of the array. After creating the array variable, there are initially no elements. By using a new-statement you can specify how many elements you want to have in your array. 1, 2, 3, [4 (top)], 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, [Lab] |