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/02/17 09:39]
gthanos [Πίνακες δύο διαστάσεων]
java:arrays [2016/02/18 11:31]
gthanos
Line 7: Line 7:
 anArray = new int[5]; anArray = new int[5];
 int anotherArray[]; ​ int anotherArray[]; ​
-anotherArray[] = new int[10];+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