I'm writing a program which should take two user balances, and will subtract the costs of the meals from the person with the higher balance. However, when the program goes to input the second balance, it displays the next cout line from another function. It is imperative that the pointers that are used in my program are still used, as this assignment is dedicated to using pointers. However I do realize that I am probably using the pointers inefficiently and that the names of many variables may be confusing/messy. Please help me find the errors, or any corrections that need to be made.