Computer Science, asked by asksandeepraj5331, 10 months ago

Write a program to to find palindrome string in given sentence

Answers

Answered by heya1270
8

Answer:

Count palindrome words in a sentence. Given a string str and the task is to count palindrome words present in the string str.

Examples: Input : Madam Arora teaches malayalam Output : 3 The string contains three palindrome words (i.e., Madam, Arora, malayalam) so the count is three.

Answered by gauravarduino
0

Explanation:

my answer is same as the correct answer

Similar questions