Java

TOPIC 08 – MULTI DIMENSIONAL ARRAYS

 

LESSON WORK

 

 

SUDOKU PROJECT

 

You will create a text-based game of Sudoku. 

 

It will be a 4 by 4 grid stored in a 2-dimensional array.  Each row and each column need to have exactly one 1, 2, 3 and 4.

 

SAMPLE OUTPUT

 

Sample 1 – Full game


Sample 2 – Partial game with illegal state

 

NEED MORE HELP?

 

Click here.