Posts by CristianPaz • 11 points
1 post
-
0
votes1
answer95
viewsQ: Operator ">" cannot be used comparing strings
import java.util.Scanner; public class ordenarNomes{ public static void main(String[] args) { Scanner in = new Scanner(System.in); String [] nomes = new String [20]; for(int…