Saturday, June 18, 2005

Busca el inverso

/*
* Created on 06/18/2005
*
* Busca el inverso
*/
package estructura;

/**
* @author vns
*
*/
public class Inverso
{
public static void main(String[] args) {
int[] nums = { 1, 2, 3, 4, 5, 6, 7, 8 };

int[] temp = inverso( nums );

for (int i = 0; i < retorno =" new" i =" nums.length;" j =" 0;">

0 Comments:

Post a Comment

<< Home