Welcome to Westonci.ca, the ultimate question and answer platform. Get expert answers to your questions quickly and accurately. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

in c++ 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.