| about | help | code help+videos | done | prefs |
Given a number, return a String with one "*" in it for each even digit followed by one "#" for each odd digit. evenAsterOddHash(123) → "*##" evenAsterOddHash(1223334444) → "******####" evenAsterOddHash(5655) → "*###" ...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: 250 Post-solution available
Copyright Nick Parlante 2017 - privacy