asked 133k views
5 votes
a test using the islower function will return false if the argument is in lowercase character. group of answer choices true false

asked
User Assane
by
8.1k points

1 Answer

4 votes

The answer is false. The islower() function is used to check if a character is a lowercase letter. If the argument is in lowercase, the function will return true.

answered
User Anurag Mishra
by
8.1k points