Browse Source

deleted a comment on methode sendmoney

remotes/origin/feature/send-money
fdai6618 2 years ago
parent
commit
2d6de9f15b
  1. 9
      src/sendmoney.c

9
src/sendmoney.c

@ -99,15 +99,6 @@ void SendMoney()
scanf("%d", &amountToSend);
counter++;
}
/* if (tryDifferentAmount == 'Y' || tryDifferentAmount == 'y')
{
amount = getAmount(amountToSend);
}
else
{
printf("Fehler");
}*/
}
}
}
Loading…
Cancel
Save