Computer Science 252
Problem Solving with Java

Fall 2014, The College of Saint Rose

Lecture 24: Matrices
Date: Tuesday, November 25, 2014


Agenda

Lecture 24 Assignment

Due at the start of class, Tuesday, December 2.

Please submit answers to these questions in Submission Box under "LA24" or in hard copy by the start of our next class. We will discuss these questions at the start of class, so no late submissions are accepted. Please be sure that your name is clearly indicated in all submissions.

The popular Sudoku puzzle game consists of a board that has 9 rows and 9 columns of numbers ranging from 1-9. Suppose we are writing a class to store a Sudoku board. We will assume that filled-in entries contain a number 1 through 9, and blank entries are represented by 0.

Also, please complete these problems from the text:

Examples