Hey guys this is my code and what it is doing is going in an loop but what its suppose to do is if the user types in borrow then it will ask the user how much which it does but
You need to change || to && inside while, otherwise the condition is always true. There'll always be at least one of those two values that b is not equal to.