| about | help | code help+videos | done | prefs |
Java > String-2 > mixString
prev | next | chance
| Given two strings, A and B, create a bigger string made of the first char of A, the first char of B, the second char of A, the second char of B, and so on. Any leftover chars go at the end of the result.
mixString("abc", "xyz") → "axbycz" mixString("Hi", "There") → "HTihere" mixString("xxxx", "There") → "xTxhxexre" ...Save, Compile, Run prev | next | chance | CodingBat > String-2 |
Progress graphs, just for fun:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
227.0
Copyright Nick Parlante 2006-11 - privacy