09/03/2016, 20:21
|
| | | Fecha de Ingreso: marzo-2016
Mensajes: 5
Antigüedad: 8 años, 9 meses Puntos: 0 | |
¿Por que me marca estos errores? Tengo esto:
System.out.print("Ingrese los numeros: ");
num = new int[5];
for (int i = 0; i < 5; i++){
num[i] = teclado.nextInt();
}
En las primeas tres lineas me marca esto:
1 cannot find symbol
2 cannot find symbol
3 illegal start of type
Gracias de antemano |