Problem Thanks to Gurkenglas for the help with the previous iteration: Haskell – Pig Latin Translator! Given the constraint that […]
Tag: pig-latin
Pig Latin game resolved with a regex in Java
Problem I recreated the Pig Latin game on Java. The program takes an arbitrary number of command line arguments as […]
Word Separator and Pig Latin Program Final Edit
Problem This is an updated version of my previous Java program that asks the user for a sentence and then […]
Go pig Latin translator
Problem I’ve been recently fooling around with Go(lang) and ended up doing a (very) simple pig Latin parser. I’m pretty […]
Pig Latin Translator in Java
Problem For starters, I’m a student taking AP Computer Science this year, loving it so far. Lots of fun, especially […]
The Odin Project – Project Ruby: Translating from English to Pig Latin
Problem I just finished the pig latin translator for The Odin Project and I would appreciate some honest feedback for […]
The Rust Programming Language Pig Latin
Problem This is my implementation of the Pig Latin recommended exercise in The Rust Programming Language book. Any pointers on […]
Pig Latin Translator
Problem Could someone review the following code? class PigLatin attr_accessor :phrase ending = “ay” def initialize the_phrase @phrase = the_phrase […]
Pig Latin Translator in Java
Problem For starters, I’m a student taking AP Computer Science this year, loving it so far. Lots of fun, especially […]
Word Separator and Pig Latin Program Final Edit
Problem This is an updated version of my previous Java program that asks the user for a sentence and then […]
- 1
- 2