Creating objects of the currency class requires a name (string ), a currency symbol (string ) and the number of decimal places (integer ) usually associated with the currency (in that order). define an object named curr, of type currency corresponding to "us dollar" with the symbol "$" and 2 decimal places.