The code for CurrencyWithClone.clone is given below.
CurrencyWithClone.clone
/** make a clone */ public Object clone() {return new CurrencyWithClone(getSign(), getDollars(), getCents());}