Advertisement
Auraldo

Class Arrreglo_Main

Oct 1st, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. Class Arreglo_Main{
  2.  
  3.         public static void main(String [] args){
  4.     Arreglo X=new Arreglo():
  5.     X.Division();
  6.  
  7.     for(int i=0;i<X.A.length;i++);
  8.        System.out.println(X.A[i]);
  9.         }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement