Computer Science, asked by surajmihir3120, 1 year ago

3) what is the use of islower() and isupper() method?

Answers

Answered by anupama777vidya
2

Answer:

islower() checks whether the given character is in lower case or not

isupper()checks whether the given character is in uppercase or not

Answered by utkarshmishra9819
0

Answer:

buddy it's

isupperCase(); and islowercase();

they both give in boolean type i.e. either true or false

isuppercase():It checks wheter the character is in upper case or not

islowercase():it checks if the character is in lower case or not

As already told tgey return boolean type value,so if it's true the it will return true and if it's false then it will return false.

Similar questions