星期一, 5月 29, 2006

Homework 5-29-2006 Lab Squared Numbers in an Array

Write a program that given an array of integers, return the squares of the array.
The sqaures are computed in a separate method rather than in the main method.


Cookie