Draft
Simple Math Library
80lpabst
Description:
Write a simple library of the four basic math functions - add, subtract, multiply, and divide. Each function will take in two numbers and return the result of that operation on those two numbers. For example, calling
add(7, 3)
would return 10, and
multiply(7, 3)
would return 21.
For this kata, only valid numbers will be entered as parameters, so don't worry about error handling. Exactly two parameters will be passed to each function
Mathematics
Similar Kata:
Stats:
Created | Aug 30, 2017 |
Warriors Trained | 114 |
Total Skips | 8 |
Total Code Submissions | 150 |
Total Times Completed | 80 |
JavaScript Completions | 80 |
Total Stars | 2 |
% of votes with a positive feedback rating | 56% of 48 |
Total "Very Satisfied" Votes | 19 |
Total "Somewhat Satisfied" Votes | 16 |
Total "Not Satisfied" Votes | 13 |
Total Rank Assessments | 51 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 1 kyu |
Lowest Assessed Rank | 8 kyu |