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

 

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

AddingOs Write the method to receive a String (str) and place an "O" character before and after each letter. 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 Java becomes OJOaOvOaO


placingOs("Java") → "OJOaOvOaO"
placingOs("Hamilton") → "OHOaOmOiOlOtOoOnO"
placingOs("window") → "OwOiOnOdOoOwO"

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

public String placingOs(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: 100

Copyright Nick Parlante 2017 - privacy