Exercise #1
Now change your program from Exercise #1 that we did in the last recitation
on finding the determinate.
- Declare the 2-D array in main
- Add three functions that pass in the 2-D array
- First function gets the input and fills the 2-D array. Returns nothing.
- Second function prints out the inputed matrix. Returns nothing.
- Third function returns the determinate.
- The output should look exactly the same as before you made the changes.
- If you erased Exercise #1 or do not like your version, you can copy
it from my public directory. It is called "determinate.C"