about | help | code help+videos | done | prefs |
Write a method named everyOther that accepts a String phrase. The method returns the characters in the String but only every other character. everyOther("sandwich") → "snwc" everyOther("ducks") → "dcs" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 200
Copyright Nick Parlante 2017 - privacy