about | help | code help+videos | done | prefs |
Given a String, return true if it contains a "c" that is followed by a "t". There may be 0, 1, 2 or 3 letters in between the "c" and the "t". hasCT("ct") → true hasCT("cat") → true hasCT("cart") → true ...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: 2
Copyright Nick Parlante 2017 - privacy