Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a. Lists and tables of values can be stored in arrays .
- b. An array is a group of variables (called elements) containing values that all have the same type .
- c. The foreach statement allows you to iterate through the elements in an array without using a counter.
- d. The number that refers to a particular array element is called the element’s index .
- e. Command-line arguments are stored in string arrays .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement