Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 7;
y_correct = 25;
assert(isequal(mmi(x),y_correct))
y =
25
|
2 | Pass |
x = 11;
y_correct = 61;
assert(isequal(mmi(x),y_correct))
y =
61
|
9832 Solvers
831 Solvers
284 Solvers
Back to basics 11 - Max Integer
678 Solvers
358 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!