Computer Science, asked by sdhanasekaran1971, 7 months ago

Count the no of strings where the string length is 3 or more and first and last character are same

Answers

Answered by RuwaisnZaid
0

Explanation:

it's mean

len = 3 or

len > 3

and str[0] == str[len]

Similar questions