Question: Class / work 2 Define a class named Money that stores a monetary amount. The class should have two private integer variables, one to store
Classwork
Define a class named Money that stores a monetary
amount. The class should have two private integer
variables, one to store the number of dollars and
another to store number of cents. Create a default
constructor that sets the monetary amount to
dollars and cents create a second constructor
with input parameters for the dollars and cents variables
and third copy constructor. Add accessor and mutator
functions to read and set both variables Add another
function that returns the monetary amount as double
Write program that tests all your constructors and
functions for at least three different Money objects.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
