Computer Science, asked by aayuah99, 1 month ago

b. Write the return type and class of following functions: (i) isLetterOrDigit(char) (ii) random()​

Answers

Answered by aayushupriya
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 supermicrons
0

Answer:

(i) boolean (ii) String

Similar questions