Count the no of strings where the string length is 3 or more and first and last character are same
Answers
Answered by
0
Explanation:
it's mean
len = 3 or
len > 3
and str[0] == str[len]
Similar questions