Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Hi all,
I think that my code techincally works, but it is so clunky that I am getting timed out.
Is there any direction you can point me to so I can refactor it?
Thanks, in polish, J is considered a vowel... :) but it worked now!
Approved
if (letter != 'a' || letter != 'e' || ... )
will always be truej is not a vowel.
I am not sure why my solution is giving a random results - the "passed" test cases is always different each run I do.
Care to explain what should I change?