0
How do I use an arraw if I want to calculate the determinant of a matrix?
I am working on an tool that helps to calculate a determinant of a matrix entered by the user and I think an array would be useful for this but, how do I use it?
1 Answer
0
Use an array declared as arr[ ] [ ]