CS 101 Lecture 21 - For loops, Arrays I
Class Examples:
An application with nested FOR loops for printing a multiplication table.
Click on
MultTable.java
to show the example.
An applet with a nested FOR loop for computing compounded investment for a range of interest rates.
Click on
Interest
to show the example.