w1.pdf

Create a class named Cash. Include  one private integer variable to hold the number of dollars and one to hold the number of cents.  Create your own accessor and mutator functions to read and set both member variables.  Create a function that returns the amount of money as a double.  Test all of your functions.  Use at least 4 Cash objects.

Please upload the .cpp file and the results of running the program.