Advertisement
khaiwen1111

Untitled

Jul 4th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. a. Lists and tables of values can be stored in arrays .
  2.  
  3. b. An array is a group of variables (called elements) containing values that all have the same type .
  4.  
  5. c. The foreach statement allows you to iterate through the elements in an array without using a counter.
  6.  
  7. d. The number that refers to a particular array element is called the element’s index .
  8.  
  9. e. Command-line arguments are stored in string arrays .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement