about | help | code help+videos | done | prefs |
Given two Strings of a first name and last name, return it in the format of "Last, First Last" like how James Bond says it in the movies! string_bondJamesBond("James", "Bond") → "Bond, James Bond" string_bondJamesBond("David", "Monroe") → "Monroe, David Monroe" string_bondJamesBond("Elizabeth", "Cavazos") → "Cavazos, Elizabeth Cavazos" ...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