// Test module for money.{h,cc,o}. Must be compiled like this // g++ -o testmoney testmoney.cc $CS320/c++/money.o #include #include "/u/faculty/dick/cs320/c++/money.h" using namespace std; main() { Money a,b,c; int i; a=Money(4,20); b=Money(-4,20); c=Money(100); cout <<"a="<< a << " "; cout <<"b="<< b << " "; cout<<"c = "<< c<< "\n"; if( a