java:arrays

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
java:arrays [2016/01/15 05:36]
gthanos [Πίνακες]
java:arrays [2016/02/16 17:02]
doufexi
Line 4: Line 4:
  
 <code java> <code java>
-int [] anArray; anArray = new int[5]; +int [] anArray; ​ 
-int anotherArray[];​ anotherArray[] = new int[10];+anArray = new int[5]; 
 +int anotherArray[]; ​ 
 +anotherArray[] = new int[10];
      ή      ή
 int [] anArray = new int[5]; int [] anArray = new int[5];
java/arrays.txt · Last modified: 2018/02/16 17:25 by gthanos