TheIronYard--Orlando / ROR--2015--SPRING

Resources and homework for the Ruby on Rails cohort at @TheIronYard--Orlando for Spring 2015
Creative Commons Zero v1.0 Universal
6 stars 7 forks source link

03 -- Method to the Madness -- Jeff Winkler #35

Closed palmbeachjeff closed 9 years ago

palmbeachjeff commented 9 years ago

EXPERT LEVEL: Write a function that can do addition or multiplication in English. For example given "twenty three times seventy eight", it should return "one thousand seven hundred ninety four".

SUPER EXPERT LEVEL: Write a function that can do any basic arithmetic operation - addition, subtraction, multiplication, or division - in English, accepting a string as input and returning one as output.

palmbeachjeff commented 9 years ago

https://github.com/palmbeachjeff/TIY-Assignments/pull/2