about | help | code help+videos | done | prefs |
string_initials
Given the Strings "first" and "last", return the initials of those names combined into one String. string_initials("David", "Monroe") → "DM" string_initials("Computer", "Science") → "CS" string_initials("Java", "Programming") → "JP" ...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