Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'indian player';
y_correct = 'Maradana Harish';
assert(isequal(matlabindia(x),y_correct))
ans =
Maradana Harish
|
2 | Pass |
%%
x = 'matlab player';
y_correct = 'Maradana Harish';
assert(isequal(matlabindia(x),y_correct))
ans =
Maradana Harish
|
Return the largest number that is adjacent to a zero
3749 Solvers
The Goldbach Conjecture, Part 2
1284 Solvers
284 Solvers
248 Solvers
404 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!