Need help in understanding pig Latin problem in code coach. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

5th Oct 2022, 2:07 PM
Gouri
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?
5th Oct 2022, 2:29 PM
Lisa
Lisa - avatar
0
Lisa thank you for the help. 😊
6th Oct 2022, 8:44 AM
Gouri