This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y_correct = 'true';
assert(isequal(prime(x),y_correct))
x = 4;
y_correct = 'false';
assert(isequal(prime(x),y_correct))
|
1936 Solvers
2234 Solvers
Find the two most distant points
1236 Solvers
354 Solvers
232 Solvers