| about | help | done | prefs | create account |
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("x") → "x" ...Save, Compile, Run See Also: Example Code Java help: 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-09 - privacy