C:\java\qweqwe.java:9: cannot resolve symbol
symbol : variable lenght
location: class java.lang.String[]
int oneLenght = wordlistone.lenght;
^
C:\java\qweqwe.java:10: cannot resolve symbol
symbol : variable lenght
location: class java.lang.String[]
int twoLenght = wordlisttwo.lenght;
^
C:\java\qweqwe.java:11: cannot resolve symbol
symbol : variable lenght
location: class java.lang.String[]
int threeLenght = wordlistthree.lenght;
^
3 errors
Troca wordlistone.lenght por wordlistone.length, e nos demais array também.
Arthur
A
agcn84
faicoxim:
C:\java\qweqwe.java:9: cannot resolve symbol
symbol : variable lenght
location: class java.lang.String[]
int oneLenght = wordlistone.lenght;
^
C:\java\qweqwe.java:10: cannot resolve symbol
symbol : variable lenght
location: class java.lang.String[]
int twoLenght = wordlisttwo.lenght;
^
C:\java\qweqwe.java:11: cannot resolve symbol
symbol : variable lenght
location: class java.lang.String[]
int threeLenght = wordlistthree.lenght;
^
3 errors
Por que você num utiliza um IDE (eclipse ou netbeans) vai te ajudar bastante.
T
Thiago_Domingues
agcn84:
faicoxim:
C:\java\qweqwe.java:9: cannot resolve symbol
symbol : variable lenght
location: class java.lang.String[]
int oneLenght = wordlistone.lenght;
^
C:\java\qweqwe.java:10: cannot resolve symbol
symbol : variable lenght
location: class java.lang.String[]
int twoLenght = wordlisttwo.lenght;
^
C:\java\qweqwe.java:11: cannot resolve symbol
symbol : variable lenght
location: class java.lang.String[]
int threeLenght = wordlistthree.lenght;
^
3 errors
Por que você num utiliza um IDE (eclipse ou netbeans) vai te ajudar bastante.
Discordo, se o cara ta começando o melhor é ele não utilizar IDE, já tive esse mesmo problema uma vez trocando as letras "T" e "H".....
tspaulino
Concordo plenamente!!!
O uso de IDE’s para quem está iniciando o estudo da linguagem leva ao comodismo…
Bloco de notas nele!!! Vai aprender a fazer na unha, pra depois pegar as manhas de IDE’s… é bem melhor do que passar raiva vendo aquele tanto de classe e código que o NetBeans cria e você nem sabe pra que serve…