Hey, so in class, we learned about understanding arrays as pointers and we used it to print out a chessboard and now I'm trying to do the same on my own and I'm printing out a reverse 'L' but for some reason, it's printing out the location of a1 rather than what a1 is. I'm new to this so please go easy on me. Thank you
What I was trying to do in the example above was store the location of a1 into box[0][0] because let's say i have a variable called x and x=2 and if x = 2 I change that box[0][0]'s value from a1 to x1 and instead print out x1.