Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1:6;
y_correct = 60;
assert(isequal(your_fcn_name(x),y_correct))
l =
1
l =
2
l =
6
l =
12
l =
60
l =
60
y =
60
|
2 | Pass |
x = 1:20;
y_correct = 232792560;
assert(isequal(your_fcn_name(x),y_correct))
l =
1
l =
2
l =
6
l =
12
l =
60
l =
60
l =
420
l =
840
l =
2520
l =
2520
l =
27720
l =
27720
l =
360360
l =
360360
l =
360360
l =
720720
l =
12252240
l =
12252240
l =
232792560
l =
232792560
y =
232792560
|
Extract leading non-zero digit
1205 Solvers
What is the next step in Conway's Life?
640 Solvers
Remove the small words from a list of words.
672 Solvers
351 Solvers
250 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!