/numbers_to_words_recursion

numbers to words in ruby_calls groups of three recursively ideally would have less if statements

Primary LanguageRuby

numbers_to_words_recursion

purpose: Completed as part of the curriculum for Epicodus. Translates numbers to words using recursion.