Hello, When you add withdraw or make deposit with number more than 2147483647 (max int value), java throws an exception. I think that solution for that could be that withdraw or deposit includes limit of numbers that can be added to input field.
Hello,
When you add withdraw or make deposit with number more than 2147483647 (max int value), java throws an exception.
I think that solution for that could be that withdraw or deposit includes limit of numbers that can be added to input field.