Posts by rafael • 61 points
1 post
-
6
votes5
answers96
viewsQ: Matrix with out-of-range index returning correct values
I was trying to create a matrix using while and realized that the program displays all the elements correctly if I just increment the value of j (column) up to 8. The program was not supposed to…