To fix the error, use Notepad to fix the source file.
Usually you will have two windows open on your computer: one for Notepad (or other editor) and one for the DOS command interpreter.
To fix the syntax error,
change the "C" to a "c" and save the file.
Now use javac
to compile the source file,
and if there are no errors, use java
to
run it.