#include #include "customerProperties.h" #include #define MINIMUM_DEPOSIT_AMOUNT 5 bool depositMoney(int customerID); void askToTryAgain(bool afterError, int customerID); bool depositSpecificAmount(int customerID, float amount);