Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
l = 1;
b = 1;
h = 1;
y_correct = 4;
assert(isequal(your_fcn_name(l,b,h),y_correct))
a =
4
|
2 | Pass |
l = 20;
b = 10;
h = 15;
y_correct = 900;
assert(isequal(your_fcn_name(l,b,h),y_correct))
a =
900
|
3309 Solvers
Implement simple rotation cypher
806 Solvers
Test if two numbers have the same digits
155 Solvers
325 Solvers
127 Solvers