Computer Science, asked by ishatvns1107, 18 days ago

WAP to input a string and check all the characters are in same case or not.

Answers

Answered by chandanisingh1511
0

this is answer hope you like it

Attachments:
Answered by diyapal339
0

Answer :

Given a string, check if all the characters of the string are the same or not.

Examples:

Input : s = "geeks"

Output : No

Input : s = "gggg"

Output : Yes

Hope it will help you

Similar questions