about | help | code help+videos | done | prefs |
Returns the index of the first letter "a" in the String parameter (also called an argument). Returns -1 if the String parameter does not contain the letter "a." Note that the String parameter is all lower case findFirstA("eagle") → 1 findFirstA("criteria") → 7 findFirstA("try") → -1 ...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: 193 Post-solution available
Copyright Nick Parlante 2017 - privacy