about | help | code help+videos | done | prefs |
Write a method that accepts two string parameters and returns their TOTAL length. You need to return the combined length of the two strings. Look at the test data for examples. quiz2021_10_04_APSLHL_totalLen("Def Leppard", "Rush") → 15 quiz2021_10_04_APSLHL_totalLen("Arlo Guthrie", "John Waite") → 22 quiz2021_10_04_APSLHL_totalLen("Kenny Loggins", "Mr. Big") → 20 ...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