about | help | code help+videos | done | prefs |
public int howManyLetters(String str)
int len = str.length(); return len; howManyLetters("0") → 1 howManyLetters("01") → 2 howManyLetters("012") → 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: 1
Copyright Nick Parlante 2017 - privacy