Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
a = 124;
b = 545;
assert(isequal(find_palindrome(a),b))
b =
545
|
2 | Pass |
%%
a = 150;
b = 303;
assert(isequal(find_palindrome(a),b))
b =
303
|
3 | Pass |
%%
a = 291;
b = 6996;
assert(isequal(find_palindrome(a),b))
b =
6996
|
4 | Pass |
%%
a = 178;
b = 15851;
assert(isequal(find_palindrome(a),b))
b =
15851
|
Remove all the words that end with "ain"
1292 Solvers
Find state names that end with the letter A
708 Solvers
376 Solvers
450 Solvers
Convert from Fahrenheit to Celsius
7151 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!