Skip to content

Conversation

@Smangumb
Copy link
Owner

No description provided.

Copy link

@daniefer daniefer left a comment

Choose a reason for hiding this comment

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

You didn't white finish. You are missing the punctuation checking. Make sure to complete the assignment all the way through Spec 7.

https://csharp.austincodingacademy.com/_book/stringslesson.html#project

Please compete the rest of the assignment and email me when you are done. I can then regrade it for a chance at a higher grade.

{
// your code goes here
return word;
char[] vowels = new char[] { 'a', 'e', 'i', 'o', 'u' };

Choose a reason for hiding this comment

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

you are missing a vowel here... Try running your program with the word my.

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