Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a = 'xkayakyy';
p = 'kayak';
assert(isequal(p,pal(a)));
|
2 | Pass |
%%
a = '3.141592653589793238462643383279502884197169399375105820974944592307816406286';
p = '46264';
assert(isequal(p,pal(a)));
|
3 | Pass |
%%
a = 'truly I say: able was I ere I saw elba, but that is another story';
p = 'able was I ere I saw elba';
assert(isequal(p,pal(a)));
|
235 Solvers
First non-zero element in each column
593 Solvers
Find the sum of the elements in the "second" diagonal
994 Solvers
Check that number is whole number
1071 Solvers
364 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!