about | help | code help+videos | done | prefs |
string_vowelStart
Given a String "str", return true if it starts with a vowel. The vowels are "A", "E", "I", "O", and "U". string_vowelStart("Apple") → true string_vowelStart("apple") → true string_vowelStart("Banana") → false ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy