#include #include using namespace std; bool is_palindrome(string); int main() { string s1 = "radar"; string s2 = "abcd"; cout<<"is "<