about | help | code help+videos | done | prefs |
string_letterCountDeluxe--Given two Strings "s1" and "s2", and an integer "n", return true if there are an n number of s2's in s1.
string_letterCountDeluxe("This is a test", "t", 3) → true string_letterCountDeluxe("this is a test", "s", 3) → true string_letterCountDeluxe("this is a test", "s", 4) → false ...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