write a java program to find a number is one digit or 2 digit or 3 digit or 4 digit or more than 4 digit or not
Answers
Answered by
1
To find whether a given string contains a number, convert it to a character array and find whether each character in the array is a digit using the isDigit() method of the Character class
Mark me as brainliest plzzz
Similar questions