- Reverse a String 1
- Reverse Each Word
- Reverse a Sentence
- Palindrome
- Find Words
- CountIng Search
- Unique Characters
-
Java Sandwich - Anagrams 1
- Anagrams 2
- Counting Search 2
Java String Resources:
Reverse a Sentence
Collapse Content
Show Content
The last challenge involved reversing each word. In this challenge, each word should remain the same, but the order of the words should be reversed.
For example,
Boy ate cakewould become:
cake ate Boy
Challenge
Return a sentence with the order of words reversed.
Please sign in or sign up to submit answers.
Alternatively, you can try out Learneroo before signing up.
Comments
thales
Jul 23, 5:32 AMa solution:
my code