Quantcast
Channel: Programação - GUJ
Viewing all articles
Browse latest Browse all 33093

Erro ao imprimir no console o comprimento de uma String... "Cannot find symbol Symbol: method length() Location: variable palavra of type String"

$
0
0

@nando95 escreveu:

meu codigo:

package Projetos;

public class MetodosString 
{
    static public void main(String[] args)
    {
	String palavra = "Alô Mundo";
	int numero = 0;

        /**Cannot find symbol
            Symbol: method length()
            Location: variable palavra of type String  */

        numero = palavra.lenght(); //Linha que acusa o erro cannot find symbol
        System.out.println(numero);
    }
}

Mensagens: 3

Participantes: 2

Ler tópico completo


Viewing all articles
Browse latest Browse all 33093


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>