Retired

Opperators (retired)

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:

CreatedApr 6, 2023
Warriors Trained12
Total Skips0
Total Code Submissions20
Total Times Completed9
Python Completions9
Total Stars1
% of votes with a positive feedback rating14% of 7
Total "Very Satisfied" Votes0
Total "Somewhat Satisfied" Votes2
Total "Not Satisfied" Votes5
Total Rank Assessments6
Average Assessed Rank
8 kyu
Highest Assessed Rank
7 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • mtks Avatar
Ad