Problem
Define an ADT Money that has operations for arithmetic operations (addition, subtraction, multiplication, and division) on real numbers having exactly two digits to the right of the decimal point, as well as functions for representing a Money object as a string and as a real number. Also include the operators == and < for this>