I think I'm understanding some of this. The ; at the end of my for loops was just out of habit I guess.
1) Is that piece of code what I'm supposed to use if the space is occupied? Will I even need to use for loops
if my arrays are already set at 0?
2)When I create an array I thought it was automatically filled with random values?
3) I'm not so sure why its an array of ints. I believe our professor told us to use ints so we could
place a number on our rows and columns.
4 & 5) Pretty straightforward
6)Now when you say I can use what you provided for me in #1, do I include my for loops here too?
7)I was unaware of the systemprint. statements. I only knew of the println. I understand the syntax you
printed in bold and how they are equal, but I don't get what each is print statement is going to print out.