Click here to Skip to main content
15,900,973 members

Comments by lolilo289 (Top 4 by date)

lolilo289 10-Oct-22 13:40pm View    
Huh? I am still confused.So I do not need string word =kb.next();.I am still new to coding so there are some methods I still do not know what they are...
lolilo289 10-Oct-22 13:13pm View    
I should replace the characters of the user input word that's why I did string word = kb.next();.... after that i am stuck because i need to use nested selection statement and a while loop...which is confusing to me.
lolilo289 10-Oct-22 12:40pm View    
I don't understand like how to create a new string for each character.I did string word = kb.next(); After that to replace each character do i use replace?If you can please show me an example or a video where they explain how to replace chracters.....
lolilo289 10-Oct-22 7:26am View    
How do I replace each letter of string of the user input.The string is not specific….also it has to be a nested selection statement and a while loop….?