| about | help | code help+videos | done | prefs |
countchar
Create your own count() function: Given string s and char c, count how many times c shows up in s without the actual count() function. Case insensitive countchar('Hello World', ' ') → 1 countchar('Hello World', 'l') → 3 countchar('HeLLO woRlD', 'l') → 3 ...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: 110 Post-solution available
Copyright Nick Parlante 2017 - privacy