about | help | code help+videos | done | prefs |
Given a String containing a single word, return a String where every letter is now the next letter in the alphabet. For example, "apple" would become "bqqmf". If you come across a "z", then wrap it around the alphabet and make it become an "a". string_nextLetter("apple") → "bqqmf" string_nextLetter("bear") → "cfbs" string_nextLetter("Computer") → "Dpnqvufs" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy