WAP to input a string and check all the characters are in same case or not.
Answers
Answered by
0
this is answer hope you like it
Attachments:
Answered by
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
Math,
9 days ago
Math,
9 days ago
English,
9 days ago
Computer Science,
9 months ago
Math,
9 months ago