Problem #890 C++ using OBJECT ORIENTED PROGRAMMING

Implement a class Money to represent money. Overload the + operator to add two amounts of money.

Your Solution