b. Write the return type and class of following functions: (i) isLetterOrDigit(char) (ii) random()
Answers
Answered by
0
Answer:
The isLetterOrDigit(char ch) method returns a boolean value i.e. true, if the given(or specified) character is a letter or digit. Otherwise, the method returns false.
Answered by
0
Answer:
(i) boolean (ii) String
Similar questions