Skip to content

bad solution #1

@fredjohnsen

Description

@fredjohnsen

this "solution" fails to handle many common cases:

  • words that start w a vowel
    the word "apple" given to your script outputs "appleyay" - not pig latin.
  • a combination of consonants that lead up to the 1st vowel in a word
    the word "crock" given to your script outputs "rockcay" - not pig latin.

you either don't understand the rules of pig latin, or, you do understand the rules of pig latin but are unable to make your script follow them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions