about | help | code help+videos | done | prefs |
Given an input String, return a String containing the last five characters of the input (in order). Precondition: the input will have at least five characters. HINT You will need the length() and substring() methods to solve this problem.apcsaStringsGimmeLastFive("Wave hello") → "hello" apcsaStringsGimmeLastFive("Wave goodbye") → "odbye" apcsaStringsGimmeLastFive("Say cheese") → "heese" ...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: 130
Copyright Nick Parlante 2017 - privacy