Hi everyone, this program should ask for deposit amount if deposit is correct then count = count + deposit. The user is then asked if the deposit amount is correct (userconfirm2), if not they can re-enter the amount and count should change to equal count + deposit2. Problem being that my while loop (tried it with if too) wont trigger when userconfirm2 == 'n'...instead it starts back at the first cout << enter deposit amount... with this code when i go back to check the account balance if the user has entered a deposit amount then entered a different amount both get stored in the count variable and give me the added values