| about | help | done | prefs | create account |
Java > Warmup-2 > stringSplosion
prev | next | chance
| Given a non-empty string like "Code" return a string like "CCoCodCode".
stringSplosion("Code") → "CCoCodCode" stringSplosion("abc") → "aababc" stringSplosion("ab") → "aab" ...Save, Compile, Run See also Java Example Code. Java help docs: If Boolean Logic | Strings | While and For Loops | Arrays and Loops |
Forget It! -- delete my code for this problem 212.0
Copyright Nick Parlante 2006-10 - privacy