about | help | code help+videos | done | prefs |
apcsaStringsGimmeFirstFive
Given an input String, return a String containing the first 5 characters of the input. Precondition: all inputs will have at least 5 characters. apcsaStringsGimmeFirstFive("Howdy do") → "Howdy" apcsaStringsGimmeFirstFive("Well then sir") → "Well " apcsaStringsGimmeFirstFive("Hello") → "Hello" ...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: 120 Post-solution available
Copyright Nick Parlante 2017 - privacy