School of Engineering and Applied Science
Department of Computer Science
CSci 53 -- Introduction to Software Development
http://www.seas.gwu.edu/~csci53/spring04
Alice Armstrong
Lab Exercise #8
Thursday, March 25, 2004
Write and test a method called
SumArray
that accepts an array of floating point values and returns the sum of the values stored in the array.
(end of lab)