00:01
Hello students, here is the program that uses the modified ispalindrome function to check if a string is a palindrome or ignoring a case sensitivity it tests the functions on the given strings and prints the result.
00:19
So here in this modified is you can see ispalindrome function here at the first in the first function we will just take an input from a users as a string defined as a madam, abba, 22, 67, 876, 444, 244 and try minimum man.
00:42
So we are using a for loop for the strings and in that we are using a if else loop where if it is it is it will be identified whether it is a string or not where it will identify it is a string or not.
00:58
So later here now this function ispalindrome function we first convert the string to the lower case here you can see we'll just calculate the length of the string then we will we'll just convert with the help of string to lower case to convert the to convert to convert lower case to convert the lower case using a to lower case method to lower case method.
01:30
So this ensures that the comparison between the character is case in sensitivity and then we proceed with the palindrome check as the before.
01:40
So you can say let me just discuss with an example as we have the madam, abba, 22, 67, 876 and we'll just check which of them are is the palindrome.
01:54
Palindrome is nothing but which is pronounced if the letters are reversed and it is pronounced in a same manner.
02:01
So that is said to be a palindrome.
02:03
So madam is a palindrome it is a palindrome fine...