about | help | code help+videos | done | prefs |
Write a method that returns a single string consisting of the two input parameter strings with a dash "-" between them. Look at the test data for examples. test2021_09_16_APSLHL_combine("be", "careful") → "be-careful" test2021_09_16_APSLHL_combine("123", "94824") → "123-94824" test2021_09_16_APSLHL_combine("hungry4", "lunch") → "hungry4-lunch" ...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: 220
Copyright Nick Parlante 2017 - privacy