about | help | code help+videos | done | prefs |
Given an integer "n" between -100 and 100, return the English word(s) for that number. For example, 25 should return "twenty five" and -18 should return "negative eighteen". string_convertIntegerToWords(0) → "zero" string_convertIntegerToWords(1) → "one" string_convertIntegerToWords(2) → "two" ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy