6-3er PA
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package uso_arryas; /** * * @author ALEJANDRO */ public class Uso_Arryas { /** * @param args the command line arguments */ public static void main(String[] args) { // TODO code application logic here int [] mi_matriz=new int[10]; mi_matriz[0]=5; mi_matriz[1]=38; mi_matriz[2]=-15; mi_matriz[3]=45; mi_matriz[4]=25; ...





Comentarios
Publicar un comentario