Computer Science, asked by vishnusuperior, 1 year ago

What is the datatype that following library functions return
a. isWhiteSpace(char)
b. isUpperCase()
C. equalsIgnoreCase()
d. trim()

Answers

Answered by saniya545
1

Answer:

a.boolean

b.boolean

c.boolean

d.

Answered by Anonymous
2

Explanation:

the return type of the functions would be as follows:

a)-boolean

b)-boolean

c)-boolean

d)-string

Similar questions