6 replies
goofy-6
over 13 years ago

"Example of Two Dimensional Array :_x000D_ int a[][]=new int[3][3] ; creates a table that can store 9 integer values._x000D_ Or_x000D_ int a[2][3]={0,0,0,1,1,1}; will initializes the elements of the first row to zero_x000D_ and the second row to one ._x000D_ _x000D_ _x000D_ Source: http://in.docsity.com/en-docs/Object_Oriented_Programming_-_JAVA_and_VISUAL_BASIC__lecture_notes__A__SINGH"
ekraj
over 13 years ago
to see other 4 answers
Related documents
Search questions by subject

