about | help | code help+videos | done | prefs |
Write a method that returns a string made up of every-other character from 'str' starting with the first character. Look at the test data for examples. quiz2023_09_15_P1SLHL_everyOtherChar("XY") → "X" quiz2023_09_15_P1SLHL_everyOtherChar("XYZ") → "XZ" quiz2023_09_15_P1SLHL_everyOtherChar("ABCD") → "AC" ...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: 230
Copyright Nick Parlante 2017 - privacy