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))
ans =
justify string
|
2 | Pass |
%%
x=' justify string ';
y_correct = ' justify string ';
assert(isequal(just_center(x),y_correct))
ans =
justify string
|
Sum all integers from 1 to 2^n
6335 Solvers
157 Solvers
Who is the smartest MATLAB programmer?
469 Solvers
When can one be the Life Member of the IEEE?
60 Solvers
2137 Solvers