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.
Last modified May 1, 2023: student-sourced updates (1f18b77)