diff --git a/src/sendmoney.c b/src/sendmoney.c index 75719e5..6e798c4 100644 --- a/src/sendmoney.c +++ b/src/sendmoney.c @@ -13,3 +13,9 @@ bool checkAccount(int accountNumber) // Refactoring return (accountNumber >= 1000000 && accountNumber <= 9999999); } +// hier wird amount zurückgegeben +float getAmount(float amountToSend) +{ + + return amountToSend; +}