The test suite should add commas and other punctuation.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
sIn = 'hello'
sOut = 'hlleo'
assert(isequal(scrambleText(sIn),sOut))
sIn =
hello
sOut =
hlleo
|
2 | Pass |
%%
sIn = 'This is the first time I have used MATLAB.'
sOut = 'Tihs is the fsrit tmie I hvae uesd MALTAB.'
assert(isequal(scrambleText(sIn),sOut))
sIn =
This is the first time I have used MATLAB.
sOut =
Tihs is the fsrit tmie I hvae uesd MALTAB.
|
14334 Solvers
5695 Solvers
1735 Solvers
Find the largest value in the 3D matrix
897 Solvers
191 Solvers