fencedin / numbers-to-words-in-ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Numbers in words, in Ruby

Create a method that translates numbers in numeric form into written words. For example, it would translate 384 into "three hundred eighty four".

Make it work up to 1 trillion.

Previous lesson Next lesson Section contents Table of contents

About


Languages

Language:Ruby 100.0%