Lab goal: practice the basics. Read, comment and modify Java code, recognize and fix errors.
Complete the assigned challenge/progression activities.
Save the completed coding exercises to appropriately names files. These will be useful as you complete future coding activities and projects.
Verify that your files compile and run using the command window. See lab 1 for a reminder of getting to the correct folder/directory.
Use javac filename.java to compile.
Use java filename to run.