5
Answers

for loop in this program

for (int i = 0; i < my_matrix[0].Length; i++) // i can't undertand this my_matrix[0].Length can anybody clear to me please.

Answers (5)