Multiple Choice
An array that you can picture as a column of values, and whose elements you can access using one subscript, is a ____ array.
A) single-dimensional
B) two-dimensional
C) parallel
D) column
Correct Answer:
Verified
Related Questions
Q12: When you pass a two-dimensional array to
Q13: You can think of the single dimension
Q14: The Arrays class _ methods are a
Q15: When mathematicians use a two-dimensional array, they
Q16: If you do not provide values for
Q18: To declare a two-dimensional array in Java,
Q19: The simplest possible sort involves two values
Q20: Since the ArrayList class is part of