about | help | code help+videos | done | prefs |
Write a method that returns the total length of the combination of two strings. Parameters str1 and str2 will be passed in containing two strings of any length. Return the length of the string resulting from concatenating str2 to the end of str1. oct29totalLength("Episode 4 was the best", " ever") → 27 oct29totalLength("test", "short") → 9 oct29totalLength("raining", "outside") → 14 ...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