1) In line 36 you use the word "and"if (c >= 'A' and c <= 'Z'). Instead use the && operator like such if (c >= 'A' && c <= 'Z') andis a keyword in C++, and has exactly the same meaning as&&.There are a bunch or
Later, this number had been carried through 50,000 reversals and additions by Paul C. Leyland yielding a number of more than 26,000 digits without producing a palindrome. Paul explains his program in an email to Wade VanLandingham on August 19, 2002:...