I am trying to input monthly data using a input file and then

output the totals to a output file. The 3 months of totals must be

added and averaged. I am using link lists and pointers and I

have reached a block. The code must use a average member

function called average and then a function called total average

function. Any help would be appreciated.