Retired
Opperators (retired)
9mtks
Description:
Hello Coding Community!
In this MTKS kata we will be Playing around with some opperations.
You will have 3 values in your input, a value a
, a value b
and a value op
.
a
will be the first number and b
will be the 2nd, whatever opperation op
tells you to do, you wil do.
The 4 things that op
can be are:
Divide
: return a/b
Multiply
: return a*b
Add
: return a+b
Subtract
: return a-b
or
anything else: return 0
Fundamentals
Stats:
Created | Apr 6, 2023 |
Warriors Trained | 12 |
Total Skips | 0 |
Total Code Submissions | 20 |
Total Times Completed | 9 |
Python Completions | 9 |
Total Stars | 1 |
% of votes with a positive feedback rating | 14% of 7 |
Total "Very Satisfied" Votes | 0 |
Total "Somewhat Satisfied" Votes | 2 |
Total "Not Satisfied" Votes | 5 |
Total Rank Assessments | 6 |
Average Assessed Rank | 8 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |