while loops

In today's lecture (note the following applets don't work with the latest JVM. they do work with an old Microsoft JVM - in IE, select tools, internet options, advanced and scroll down to Sun JVM and switch it off. Restart IE and you can see the applet.)
  • for loops: countable loops. Here is a demo of the while loop version And the corresponding for loop.
  • Example: counting digits in a number (NumDigits Example).
  • do ... while loops.
  • Here are the slides on loops.

    External links