Question
The following defines a _________________ array:int[][] nums = { {1, 2}, {3, 4}, {5, 6} };a. one-dimensionalb. two-dimensionalc. three-dimensionald. six-dimensional
Step 1
The array is declared as `int[][] nums`, which indicates that it is a multi-dimensional array. Show more…
Show all steps
Your feedback will help us improve your experience
Watch the video solution with this free unlock.
EMAIL
PASSWORD