| about | help | code help+videos | done | prefs |
Determine if a given lowercase String contains a's. If more a's are present in the first half of the String, return "First Half". if the second half contains more a's, return "Second Half". If the number of a's in both halves is even, return "Same"; vowelHalf("baab") → "Same" vowelHalf("aaabbb") → "First Half" vowelHalf("ababab") → "First Half" ...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: 169
Copyright Nick Parlante 2017 - privacy