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!'
|
Increment a number, given its digits
562 Solvers
All your base are belong to us
463 Solvers
What is the distance from point P(x,y) to the line Ax + By + C = 0?
278 Solvers
Remove entire row and column in the matrix containing the input values
163 Solvers
5467 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!