CJCoding With Joseph

Loop: Palindrome Check

Check whether the word "racecar" reads the same forwards and backwards. Build the reversed string with a loop and compare. Print "yes" if it is a palindrome, otherwise "no".

Expected output:

yes

Expected Output:

yes
Topics:
Loops
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.