@ -20,6 +20,11 @@ bool sendMoney(int customerID){
return true;
}
}else{
if(withdrawSpecificAmount(customerID, amountToSend)){
printf("\nYou have successfuly transfered %.2f€ to [%d]",amountToSend,recID);