Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a=1; b=2; c=3;
y_correct = 0;
assert(isequal(your_fcn_name(a,b,c),y_correct))
y =
0
|
2 | Pass |
a=3; b=4; c=5;
y_correct = 6;
assert(isequal(your_fcn_name(a,b,c),y_correct))
y =
6
|
1310 Solvers
The Hitchhiker's Guide to MATLAB
2694 Solvers
Implement simple rotation cypher
805 Solvers
178 Solvers
739 Solvers