/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Daftar;
/**
*
* @author FIQI
*/
public class Daftar
{public static void main (String[]arg)
{int[] um={4,5,2,3};
String[] nm={"Joko","Budi","Yeni","Nino"};
System.out.println("No Nama Umur");
for(int i=0;i<4;i++)
{System.out.println((i+1)+" "+nm[i]+" "+um[i]);
}
}
}
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Daftar;
/**
*
* @author FIQI
*/
public class Daftar
{public static void main (String[]arg)
{int[] um={4,5,2,3};
String[] nm={"Joko","Budi","Yeni","Nino"};
System.out.println("No Nama Umur");
for(int i=0;i<4;i++)
{System.out.println((i+1)+" "+nm[i]+" "+um[i]);
}
}
}
0 komentar:
Posting Komentar
: Ayoo sharingg.. :D