The purpose of this program is to allow a user to enter a number of fractions through the keyboard. These fractional numbers, will then be added together to obtain a total for all the fractions entered by the user. The total is then divided by the number of fractions entered by the user to calculate the Average of these sets of fractions. This program has been constructed through multiple files. In other words, there is a seperate file for the class definition, one for the members functions, and another for the driver of it.

Download | Source Code 1 - 2 - 3