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

 

andersoniii.edwin@cusd80.com >
prev  |  next  |  chance

ReplacingOswithXs Write the method to receive a String (str) and remove all of the "O" characters and replace with X. Do this for both Upper case and Lower case "O's" (and replace with Upper Case X. If the string is empty then return an empty string. Do not change the word's case. (If lower case - keep lower case - If Upper Case - Keep Upper Case) Example Jovo becomes JXvX


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

public String doIt (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: 104

Copyright Nick Parlante 2017 - privacy