about | help | code help+videos | done | prefs |
Write a method that removes all characters that are not lower-case letters from a string and then sorts those characters into alphabetical order. Look at the test data for examples. sep27_2016_HL_alphaOrder("greetings!!!") → "eegginrst" sep27_2016_HL_alphaOrder("graph paper") → "aaeghppprr" sep27_2016_HL_alphaOrder("slacker, quit slacking!") → "aaccegiikkllnqrsstu" ...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: 290
Copyright Nick Parlante 2017 - privacy