id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

andersoniii.edwin@cusd80.com > toPigLatin
prev  |  next  |  chance

Jerry's Piglatin - This is the first program to translate a word into Pig Latin. The purpose is to complete a regular translation of a single word in lower case to Pig Latin.


toPigLatin("apple") → "appleway"
toPigLatin("hamilton") → "amiltonhay"
toPigLatin("science") → "iencescay"

...Save, Compile, Run (ctrl-enter)

public String toPigLatin(String word){ }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Difficulty: 152 Post-solution available

Copyright Nick Parlante 2017 - privacy