I am in need of some assistance with my intro to c++ class, I have to code two programs I am willing to pay 80fg for them if anyone is willing to take me up on the offer...
3. Write a C++ program that inputs two integers then calls a function subtract, use pass by reference and allow the user to change his/her input values, then subtract the two numbers and return the difference.
4.Write a c++ program that creates a decimal pointer, creates a variable set to a decimal value, then assigns the address of the variable to the pointer. User the pointer to print out the address and the value being pointed to by the pointer.