I'm supposed to write a cashier program using a class. However, I'm having some troubles. Earlier I was getting an error that there weren't enough arguments in m.subtract(); and I realize that's true but I have no idea what to put in the parentheses. I tried m.subtract(owed, paid); but it didn't work. (I wanted owed and paid to be user entered) and I changed a few things around but that made it worse because now I'm getting an error that subtract(); is not a member function. Any help you could give me on this is greatly appreciated! Also I know that it's far from done but I'm stuck and could use some help getting past this error