CS 101 Lecture 22 - Arrays II

Class Examples:

  1. A CS faculty face book using an array to store the pictures.

    Click on SlidesFaculty to show the example.

  2. Let's compute grade statistics:

    Click on GradeCalculator to show the example.

  3. Let's print command-line arguments forwards and backwards:

    Click on ArgReverse.java to show the example.