/week_2

Primary LanguageRuby

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.