Search:

Type: Posts; User: erdy_rezki

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,372

    Re: how array works ?

    yes andreas90, i want to ask how system array work? and what the different among code one and second, thank you
  2. Replies
    4
    Views
    1,372

    Re: how array works ?

    once more

    public class array1dimensi
    {


    public static void main(string args[])
    {
    int i;
    int B[]; //deklarasi aray B
  3. Replies
    4
    Views
    1,372

    how array works ?

    import java.util.*;

    public class array{
    public static void main(String[] args){
    int num[] = {50,20,45,82,25,63};
    int l = num.length;
    int i,j,t;
    System.out.print("Given number : ");...
Results 1 to 3 of 3