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.
Use WinZip or a similar program and create an archive containing both problems. Include all .cpp and .h files needed to compile the project. Submit the file mp09.zip to the homework web site.