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

 

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

Jerry's Piglatin2 - This is the second program to translate a word into Pig Latin. The purpose is to complete a regular translation of a single word translating it while capitalizing appropriately to Pig Latin.


toCapsPigLatin("apple") → "appleway"
toCapsPigLatin("Hamilton") → "Amiltonhay"
toCapsPigLatin("science") → "iencescay"

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

public String toCapsPigLatin(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: 153 Post-solution available

Copyright Nick Parlante 2017 - privacy