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))
|
4834 Solvers
984 Solvers
5736 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
1561 Solvers
151 Solvers