Zebra0.com

java debugDebugging: Finding errors

Debugging: Finding errors

A good way to learn to program is to do the following for every program:

  1. Get the sample program to work.
  2. Break it, find out what error messages you get.
  3. Modify it. Make it do something slightly different.
  4. Erase it, then try to rewrite it without looking at your notes.
  5. That's all! Congratulations on completing all of the lessons in java!