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.
Integer, string
Correct:
Integer, string
Arrays that are keyed by integer values are called indexed arrays, while those keyed by
strings are called associative arrays. The correct answer is, therefore, E.