I need to write an array code the prints this.
$=$=$=$=$=$
$=$=$=$=$=$
$=$=$=$=$=$
$=$=$=$=$=$
I really have no idea where to start. I was thinking that I would use a modulus operation, so even numbers with a reminder of zero would give = and a number with reminder would give $. I would use two for loops for the rows and columns. I have never used a array for a character and I do not know how to connect it to a modulus operation. Could someone send me some links to something that might get me on the right track, or just help explain some of the concepts.
Well I figured it out. I am posting my code in case it can help anyone else. I would welcome any feedback on ways in which I can improve the code, but I will be declaring the problem solved in a few hours. Actually feels really good to complete this on my own.