0
Need help in understanding pig Latin problem in code coach.
I am unable to understand how to separate the words in input sentence and store them to reverse it.
2 Answers
+ 2
How to split a string in Java:
https://www.w3docs.com/snippets/java/how-to-split-a-string-in-java.html
More examples online.
The "Pig Latin" task does not involve reversing strings?
0
Lisa thank you for the help. đ