CS 101 Lecture 21 - For loops, Arrays I

Class Examples:

  1. An application with nested FOR loops for printing a multiplication table.

    Click on MultTable.java to show the example.

  2. An applet with a nested FOR loop for computing compounded investment for a range of interest rates.

    Click on Interest to show the example.