Lab 6

3/30/04

Task: Write a program that reads 10 integers from a file. The integers should be stored in an array. Your program should then loop through the array and print out: "The square of [number] is [number squared]."

Purpose: The primary purpose of this lab is to introduce arrays.