about | help | code help+videos | done | prefs |
Returns the index of the first letter "a" or the first letter "b" in the String parameter (also called an argument), whichever comes first. Returns -1 if the String parameter does not contain the letter "a" or "b." Note that the String parameter is all lower case. findFirstAorB("criteria") → 7 findFirstAorB("proverb") → 6 findFirstAorB("publication") → 2 ...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: 194 Post-solution available
Copyright Nick Parlante 2017 - privacy