This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Multi-Dimensional Arrays Lab

Work with multi-dimensional arrays in Java.

Introduction

The goal of this lab is to gain experience working with two-dimensional arrays.

Instructions

  1. Create a new Eclipse project. Download and import the files Array2D.java and Array2DTest.java .
  2. Complete the unfinished methods in Array2D.java according to the provided JavaDoc comments.
  3. Once all of your methods are implemented and tested, submit your finished work through Gradescope. There is no limit on the number of submissions.