about | help | code help+videos | done | prefs |
string_dictionaryOrder--Given two Strings containing a single word each return them both words as a single string in dictionary order (alphabetically) with a comma and a space separating the two words. string_dictionaryOrder("Apple", "Bear") → "Apple, Bear" string_dictionaryOrder("Dog", "Cat") → "Cat, Dog" string_dictionaryOrder("Mouse", "Mouse") → "Mouse and Mouse are the same word." ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy