Pages

welcome to my blog.

Jumat, 29 Juli 2011

Array

this program basic Array.
you can download this explaination. And you must try in your home. This course material, which I share with you who want to learn about java programming.
hopefully you can help the novice or students to reproduce a reference. And I expect you to share your knowledge with us to petrify metreka that requires knowledge.
may be useful.
download but in indonesian language ARRAY.PPT

 this String and try for get output this program

public class array2
{
      public static void main (String [] args)
  {
      int[] x = new int [80];
      int i;
      for(i=1; i<x.length; i++);
  {
      x[i]= i;
     System.out.println( x[i]);
}
}
}

0 komentar:

Posting Komentar