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

 

jebbert@volusia.k12.fl.us > mar7_2016_HL_splashLetters
prev  |  next  |  chance

No instructions! Just make your program match the test data! HINT: Recursion is the way to go for this one. Also, it is all about changing the position of the characters based on their original position. It has nothing to do with what those characters actually are. It is ALL about the position.


mar7_2016_HL_splashLetters("") → ""
mar7_2016_HL_splashLetters("X") → "X"
mar7_2016_HL_splashLetters("AB") → "BA"

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

public String mar7_2016_HL_splashLetters(String str) { }

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: 410

Copyright Nick Parlante 2017 - privacy