Isdigit.java Top Code Blame 8 lines (6 loc) · 160 Bytes Raw 1 2 3 4 5 6 7 8 boolean solution (char symbol) { //check using the isDigit syntax return Character.isDigit (symbol); } } ...
Contribute to Rajyesh/project2 development by creating an account on GitHub.