Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1:6;
y_correct = 60;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = 1:20;
y_correct = 232792560;
assert(isequal(your_fcn_name(x),y_correct))
|
Increment a number, given its digits
562 Solvers
584 Solvers
365 Solvers
376 Solvers
327 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!