Reflection week to 11
At a meeting this week lecture material covered is about 2-dimensional array.
2-dimensional array is a variable that stores the data set that has the same type and the element to be accessed through an index or subscript 2 is the row index and column index.
General form of the declaration:
nama_array [jumlah_elemen_baris] [jumlah_elemen_kolom];
Comments
Post a Comment