Lab 03 (1)
Lab 03 (1)
Todo: In the first tasks, we will start implement the display of the game, then we will
move to the game functionalities.
Task 01: Define a character 2D array that contains values from 1 to 9 (as shown in table
1) of type java char [][].
Task 02: Create a java method named show() that iterate for each value of the array and
print it. The output should be as show in table 02:
Table 01
Table 02
3/3