News

This post explains how to use for loops in Java. Including advanced tricks like nested for loops, break, continue, and labels!
The for-loop code is converted into the while-loop format rather than the more efficient do-while format. On a 68k processor, a small penalty exists for using one format of loop over another.