Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1:6;
y_correct = 60;
assert(isequal(your_fcn_name(x),y_correct))
y =
2
y =
6
y =
12
y =
60
y =
60
|
2 | Pass |
x = 1:20;
y_correct = 232792560;
assert(isequal(your_fcn_name(x),y_correct))
y =
2
y =
6
y =
12
y =
60
y =
60
y =
420
y =
840
y =
2520
y =
2520
y =
27720
y =
27720
y =
360360
y =
360360
y =
360360
y =
720720
y =
12252240
y =
12252240
y =
232792560
y =
232792560
|
261 Solvers
386 Solvers
171 Solvers
724 Solvers
405 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!