@ -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;