El problema que tengo es que no quiere correr, me muestra error en cada system.
Que estoy haciendo mal???
Zafiro
Código PHP:
import java.io.*;
public class Maraton_cadena{
public static void main(String args []) throws IOException;
int sexo;
int tiempo;
char cat;
char selec;
char tecla;
String edad;
String nombre;
String dir;
String tel;
String corr;
system.out.println ("");
system.out.println ("* * * * * * * * * * * * * * * DATOS DEL PARTICIPANTE * * * * * * * * * * * * * * * ");
system.out.println ("");
system.out.println ("");
system.out.println ("");
system.out.println ("");
system.out.println ("");
system.out.println ("Introdusca el nombre del participante :");
system.out.println ("");
Do{
tecla=(char) System.in.read[]
nombre = nombre+tecla;
}while (tecla!='\n');
system.out.println (""+nombre);
system.out.println (" ");
}