Closed poLLib closed 11 months ago
Using Character.isDigit(c) would be better.
The method takes the input as a parameter and by for-each control the String by Character.isDigit(c).
Using Character.isDigit(c) would be better.