Lab 11

4/29/04

Task: Write a program that uses a struct to store information about the class IM softball team. The input file is here.

The program should read in the information from the file into an array of structs and calculate the team batting average and the total number of home runs hit by the team. The program should print this information out.

Purpose: The primary purpose of this program is to learn about structures.