I'm trying to understand why I cannot read out and see what the random function filled my array up with.
I initialized my array to spaces. Then I thought I filled up my array with the random function. I then used a for loop to read out the data in my array.
I'm guessing there is something I'm not understanding about the random function. Here is my code attached below.