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

 

every35


Return a string made up of every 3rd and 5th character of the parameter.


every35("123456789") → "3569"
every35("I am the walrus, goo goo goo joob") → "a t wlsgo o ojb"
every35("Im3&5") → "35"

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

String every35(String s) { }

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

Copyright Nick Parlante 2017 - privacy