15/04/2004, 14:10
|
| | | Fecha de Ingreso: diciembre-2002 Ubicación: santiago-chilito
Mensajes: 1.931
Antigüedad: 22 años Puntos: 2 | |
me entrega el siguinte error
hola.java [2:1] class hello is public, should be declared in a file named hello.java
public class hello {
^
hola.java [3:1] cannot resolve symbol
symbol : class string
location: class hello
public static void main(string args[]) {
^
hola.java [4:1] package system does not exist
system.out.println("hola");
^
3 errors
Errors compiling hola. |