Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
str = 'The sky is falling, the sky is falling, or is it?'
output = 'Hetay kysay siay allingfay, hetay kysay siay allingfay, roay siay tiay?'
assert(isequal(backslang(str),output))
str =
'The sky is falling, the sky is falling, or is it?'
output =
'Hetay kysay siay allingfay, hetay kysay siay allingfay, roay siay tiay?'
|
2 | Pass |
str = 'If Allen is Janes husband and Tom is Jill husband, who is Roys wife?'
output = 'Fiay Llenaay siay Anesjay usbandhay ndaay Omtay siay Illjay usbandhay, howay siay Oysray ifeway?'
assert(isequal(backslang(str),output))
str =
'If Allen is Janes husband and Tom is Jill husband, who is Roys wife?'
output =
'Fiay Llenaay siay Anesjay usbandhay ndaay Omtay siay Illjay usbandhay, howay siay Oysray ifeway?'
|
3 | Pass |
str = 'This is the sentence I will use.'
output = 'Histay siay hetay entencesay Iay illway seuay.'
assert(isequal(backslang(str),output))
str =
'This is the sentence I will use.'
output =
'Histay siay hetay entencesay Iay illway seuay.'
|
4 | Pass |
str = 'Christopher Columbus sailed the ocean blue!'
output = 'Hristophercay Olumbuscay ailedsay hetay ceanoay luebay!'
assert(isequal(backslang(str),output))
str =
'Christopher Columbus sailed the ocean blue!'
output =
'Hristophercay Olumbuscay ailedsay hetay ceanoay luebay!'
|
207 Solvers
Fix the last element of a cell array
344 Solvers
Create a two dimensional zero matrix
354 Solvers
128 Solvers
89 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!