about | help | code help+videos | done | prefs |
Given a String input, return the last three characters in REVERSED order. Precondition: the input String has at least three characters. HINT You will need length() and substring() or charAt() methods, as well as concatenation to complete this challenge. Or you can use a loop...apcsaStringsGimmeLastThreeReversed("Blah") → "hal" apcsaStringsGimmeLastThreeReversed("I am not a boy") → "yob" apcsaStringsGimmeLastThreeReversed("When will you come home?") → "?em" ...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: 150
Copyright Nick Parlante 2017 - privacy