@ -5,5 +5,5 @@
int InitiateDepositMoney(float amountToDeposit, float availableAccountBalance);
int DepositMoney(int customerID, float amountToDeposit);
void AskToTryAgain(bool afterError);
int DepositMoney(int customerID);
void AskToTryAgain(bool afterError, int customerID);