+ 2
Help,me in debugging this program....
My program is showing some error, some error which I can't fix.. Here is my code -- https://code.sololearn.com/cIVcTo7Rr85x/?ref=app Please help me. Tell me whats wrong and how to correct it..
8 Réponses
+ 2
https://code.sololearn.com/c9dyVtqnA9hD/?ref=app
Krish it is only work for a single word not for sentence.
if you want to convert every word in sentence into
piglatin form then
step1: split input by space and store it in string array
step2: pass each array word into your word()method
step3: store in in another string array
step4: print them.
+ 3
Krish you are welcome.
HAPPY LEARNING 😊
+ 2
Krish that mean if input is :
navya sri
Output :
avyanay risay
Is it right...?
+ 2
Krish in your program integer variable 'g' and character variable 'v' there is no use of them.
+ 1
What is your expected output tell me..?
+ 1
Thanku NAVYA
0
I want to covert every word of a sentence into its piglatin form.
0
Yes that's right..