Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/04/2006, 14:45
Avatar de dogduck
dogduck
 
Fecha de Ingreso: enero-2006
Ubicación: ¿Atlantida, Hesperides, Islas afortunadas?
Mensajes: 2.231
Antigüedad: 19 años
Puntos: 19
Código HTML:
<html>
<head>
<title> hola soy vector.jsp </title>
</head>
<body>
<% 
vector = new int[10];
for (int i=0;i<=9;i++) vector[i]=i;
%>
</body>
</html>