Posts by Fabio Rodrigues • 3 points
1 post
-
-1
votes2
answers1997
viewsQ: Replace all letters of a String with asterisks
I’m not able to replace all the letters of the word with an asterisk, only a few are being replaced. How do I get them all replaced? Scanner sc = new Scanner(System.in); String conversor = null;…
javaasked Fabio Rodrigues 3