In the file mp9a, a class called MoneyType is defined as well as a small test driver to exercise the class. For this MP you will add the following functionality to the class MoneyType:
Be sure and add test cases to the main function to test these new functions.
Save your modifed program as mp09a.cpp.
In the file mp9b.cpp, an outline of a class call FracType is given. Complete the implementation of FracType and write a test driver to test all functions.
Save your program as mp09b.cpp.
A diskette labeled with your name, course # and containing the files mp09a.cpp and mp09b.cpp.