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

 

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

Jerry's Piglatin3 - This is the third program to translate an entire message into Pig Latin. The purpose is to complete a regular translation of a sentence translating it while capitalizing appropriately to Pig Latin. by Jerry Sun (HHS 2019)


messageToPigLatin("I love java") → "Iway ovelay avajay"
messageToPigLatin("Pig Latin is a great language") → "igPay atinLay isway away eatgray anguagelay"
messageToPigLatin("pigs are great") → "igspay areway eatgray"

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

public String messageToPigLatin(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: 154 Post-solution available

Copyright Nick Parlante 2017 - privacy