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 ='justify string ';
y_correct = ' justify string ';
assert(isequal(just_center(x),y_correct))
|
2 | Pass |
%%
x=' justify string ';
y_correct = ' justify string ';
assert(isequal(just_center(x),y_correct))
|
137 Solvers
Implement simple rotation cypher
805 Solvers
68 Solvers
261 Solvers
1244 Solvers