Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'Will the ecological jail rule outside the tear';
y_correct = 'tear the outside rule jail ecological the Will';
assert(isequal(reverseWords(x),y_correct))
|
2 | Pass |
%%
x = 'That computer programmer kept the room warm';
y_correct = 'warm room the kept programmer computer That';
assert(isequal(reverseWords(x),y_correct))
|
3 | Pass |
%%
x = 'trivial';
y_correct = 'trivial';
assert(isequal(reverseWords(x),y_correct))
|
Is my wife right? Now with even more wrong husband
1241 Solvers
Back to basics 16 - byte order
172 Solvers
Find perfect placement of non-rotating dominoes (easier)
240 Solvers
How long is the longest prime diagonal?
338 Solvers
Fahrenheit to Celsius converter
358 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!