ChipaKraken / week_2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assignment - 2

In this week you have to write simple calculator that will do basic Math operations such as summation, subtraction, multiplication and division. And also your program has to be able to calculate factorials.

You have spec (calc_spec.rb) file with the requirements for the program and program itself (calc.rb). Make sure you have written code that passes tests.

About


Languages

Language:Ruby 100.0%