ICSE Class 10 Computer Applications Question 11 of 16

Library Classes — Question 11

Back to all questions
11
Question

Question 9(i)

Distinguish between isLowerCase() and toLowerCase()

Answer
isLowerCase()toLowerCase()
isLowerCase( ) function checks if a given character is in lower case or not.toLowerCase( ) function converts a given character to lower case.
Its return type is boolean.Its return type is char.