Computer Science 252
Problem Solving with Java

Spring 2016, The College of Saint Rose

Lecture 19: Collections: ArrayLists
Date: Tuesday, April 5, 2016


Agenda

Lecture 19 Assignment

Due at the start of class, Thursday, April 7.

Please submit answers to these questions either as a hard copy (typeset or handwritten are OK) or by email to terescoj AT strose.edu by the start of class. Please use a clear subject line when submitting by email (e.g., CSC 252 Lecture 19 Assignment, Mary Smith). We will discuss these questions at the start of class, so no late submissions are accepted.

Write a method that takes an ArrayList of FilledOval values as its parameter and returns the sum of the heights of all of the in the ArrayList. (5 points)

Terminology

Examples