Ini Dia Array Multi Dimensi :
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Array;
/**
*
* @author FIQI
*/
import java.util.Scanner;
public class ArrayMultiDimensi {
public static void main(String []args){
String[]nama= new String[4];
Scanner sc = new Scanner(System.in);
for (int i=1;i<=3;i++){
System.out.print("Masukkan Kata " +i +" : ");
nama[i]= sc.next();
}
for (int a=1; a<=3; a++)
{
System.out.print(nama[a]+" ");
}
}
}
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Array;
/**
*
* @author FIQI
*/
import java.util.Scanner;
public class ArrayMultiDimensi {
public static void main(String []args){
String[]nama= new String[4];
Scanner sc = new Scanner(System.in);
for (int i=1;i<=3;i++){
System.out.print("Masukkan Kata " +i +" : ");
nama[i]= sc.next();
}
for (int a=1; a<=3; a++)
{
System.out.print(nama[a]+" ");
}
}
}
0 komentar:
Posting Komentar
: Ayoo sharingg.. :D