Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /**
  2.  * Problem:
  3.  * We would like to reverse sentences by keeping them readable but changing the meaning
  4.  * For instance, after apply your function on `you can cage a swallow can't you`
  5.  * you must get: `you can't swallow a cage can you`.
  6.  *
  7.  * Hint: It ís interesting to solve every problem separaltely rather than create a tightly coupled function which only can solve the whole problem.
  8. **/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement