about | help | code help+videos | done | prefs |
Look at the test data. Your goal is to write a method that matches this test data. Part of the challenge is to figure out what the method is supposed to do, so look carefully at the test data! HINT: The method name kind of gives it away too! test2022_04_21_APSLHL_swapFrontBack("") → "" test2022_04_21_APSLHL_swapFrontBack("Amazing") → "zingAma" test2022_04_21_APSLHL_swapFrontBack("ABCDEFGHIJKLMNO") → "HIJKLMNOABCDEFG" ...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: 220 Post-solution available
Copyright Nick Parlante 2017 - privacy