Single Choice
Easy
QReturn data type of isLetter(char) is ............... .
ID: #23963
ICSE Computer Application - Class X - 2022 PYQ
82 views
Question Info
#23963Q ID
EasyDifficulty
ICSE Computer Application - Class X - 2022 PYQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
boolean
Reason — isLetter() method returns true if the specified character is a letter else, it returns false. Thus, the return data type of isLetter(char) is boolean.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic