Debugging Tips |
We looked at the following program and saw how to find where the errors were and how to fix it.
It can be used like:
System.out.println("Print this line of text");or
System.out.println("Score in Big Hoop test is " + score);
Be prepared to use this trick while working on upcoming labs. It can be quite helpful.
Debugging Tips |