Lab 7: Arrays
CS 141: Introduction to Programming , Fall 2017


This lab is due Monday, Oct 30, by the end of the lab.

Overview

The goal of this lab is to:

Part 0: Practice with Arrays (this part will not be collected)

Many of the problems in the Basic Array Problems are similar to the methods you must implement below. Try to do the problems below first but if you have trouble, take a look at the solutions for the Basic Array Problems. Many of these basic problems will be covered in class and are also discussed in your text.

Once you are comfortable working with arrays, try the following exercise which examines temperature data for Salem.

Part 2: TicTacToe

In the above program, you worked with an 1D array. In this part of the lab, you will work with a 2D array.

Instructions:

Deliverables

To receive full credit, you need to:

  1. Make sure that your Java code:

  2. Demonstrate: