about | help | code help+videos | done | prefs |
palindromic
Given a "Word" - write the method to determine if the word is "palindromic" -- reads the same forwards as backwards. Example "race car" is the same forwards as backwards (removing the spaces) palindromic("Race fast safe car") → true palindromic("mom") → true palindromic("I love Java") → false ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 160
Copyright Nick Parlante 2017 - privacy