Correcting Syntax Errors

File Problems.java contains a simple Java program that contains a number of syntax errors. Save the program to your directory, study it and correct as many of the errors as you can find. Then compile the program; if there are still errors, correct them. Keep correcting errors until the program runs. Some things to remember:

When the program compiles cleanly, run it.


To hand in:

Submit to Canvas your modified version of Problems.java that compiles and runs correctly.