Program 2 Given a String,check if it is a palindrome or not. Variable description s= Input String start= Starting index of String s end= Last index of String s flag= Variable to mark if the String is not a Palindrome