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

scottm@cs.utexas.edu cs305j-set5 > doubleChar
prev  |  next  |  chance

Given a string, return a string where for every char in the original, there are two chars.

doubleChar("The") → "TThhee"
doubleChar("AAbb") → "AAAAbbbb"
doubleChar("Hi-There") → "HHii--TThheerree"

...Save, Compile, Run         


Show output only (no red/green)

prev  |  next  |  chance   |  CodingBat  >  scottm@cs.utexas.edu cs305j-set5

Forget It! -- delete my code for this problem

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

Code Help and Videos

Misc Code Practice

203.0 Post-solution available

Copyright Nick Parlante 2006-11 - privacy