Write a program in java using string manipulation to accept a sentence and convert it into piglatin form and display the new sentence ( without Array)
Answers
Answered by
0
Answer:
Program to convert word in Piglatin form in JAVA. ... Then, the Piglatin word is formed by taking the substring from first vowel position and then concatinating it with the letters from first letter till the first vowel i.e. before the first vowel. Finally a string "AY" is added at the last of the word formed.
plzz follow me and mark as a brillient
Similar questions