This is just going to print out the memory address of the first element of the array, not the entire array. That's why you see something like 0060FB3C in the first two outputs.
The addition looks like it worked, but there's no spacing between the resulting values so they're all clumped together here -421013-6
Thank you, What is the correct way to get it to print out the matrix values as apposed to the address? and what is the proper way to get it to space out like a matrix?