8 kyu
Fundamentals: Return
10,685 of 23,518JasonFTW
Description:
Make multiple functions that will return the sum, difference, modulus, product, quotient, and the exponent respectively.
Please use the following function names:
addition = add
multiply = multiply
division = divide (both integer and float divisions are accepted)
modulus = mod
exponential = exponent
subtraction = subt
Note: All math operations will be: a (operation) b
Fundamentals
Similar Kata:
Stats:
Created | Jul 15, 2015 |
Published | Jul 15, 2015 |
Warriors Trained | 30474 |
Total Skips | 1497 |
Total Code Submissions | 55263 |
Total Times Completed | 23518 |
Python Completions | 10685 |
JavaScript Completions | 11781 |
C# Completions | 1326 |
Ruby Completions | 143 |
Total Stars | 151 |
% of votes with a positive feedback rating | 89% of 2667 |
Total "Very Satisfied" Votes | 2220 |
Total "Somewhat Satisfied" Votes | 333 |
Total "Not Satisfied" Votes | 114 |
Total Rank Assessments | 94 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 1 kyu |
Lowest Assessed Rank | 8 kyu |