Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 5;
y = 120;
assert(isequal(fact(x),y))
|
2 | Pass |
%%
x = 1;
y = 1;
assert(isequal(fact(x),y))
|
Project Euler: Problem 7, Nth prime
522 Solvers
Back to basics 12 - Input Arguments
525 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
583 Solvers
234 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!