Skip to content

Conversation

@jsnconnolly
Copy link
Owner

No description provided.

foreach (string word in sentence.Split())
{
// your code goes here
firstLetter = sentence.Substring(0, 1);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this only does the correct thing if the vowel is the first letter in the word.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants