CS 120   Fall 2016,  Instructor:  Jeffrey Horn
 

 Assignment 9:   "ARRAYS"

  • Handed out:  Thursday, November 17, 2016
  • Due:  Thursday, December 1, 2016  (last day of class!)
  • Purpose:  Learn
    1. how to use arrays,
    2. how to declare, create, and manipulate arrays,
    3. how to an array of objects,
    4. how to use a FOR loop to traverse an array and act on each element,
    5. how to use arrays of objects in a complex system (e.g., an animated graphical game).
  • Assignment:
  •