Posts by Luan Phillipe • 11 points
1 post
-
1
votes1
answer301
viewsQ: Show typed string string
How to show read values inside a repeat loop in Java? Ex: for(int i = 1; i <= 2; i++){ System.out.print("Nome: "); String nome = tecla.nextLine(); } ?? <- Make the read names appear here…