In class today, you'll be writing some more code to practice iterating through 2D arrays.
Instructions for the in-class work and the homework can be found on Canvas.
Add code to MyMain.java, and then test your code by running the main method in MyMain.java file.
The easiest way to run your code is to press the play button in MyMain.java.
However, you can also run your code by typing the following into the Terminal.
make runAlternatively, if that doesn't work, use:
./gradlew runThe easiest way to run your code is to press the play button in MyTests.java.
However, you can also run your code by typing the following into the Terminal.
make testAlternatively, if that doesn't work, use:
./gradlew test