

MCQOPTIONS
Saved Bookmarks
1. |
Array values are keyed by ______ values (called indexed arrays) or using ______ values (called associative arrays). Of course, these key methods can be combined as well. |
A. | Float, string |
B. | Positive number, negative number |
C. | Even number, string |
D. | String, Boolean |
E. | Integer, string |
Answer» F. | |