Hi, I am trying to do some c# challanges as a way to begin my c# journey, but I am currently stuck on this.
To elaborate, I am trying to fill each of the spaces in the array with (num1 * i), but I cannot. So far, I have been stuck for almost an hour while trying to do different things. I think, the main problem is that I have not created a space for the values to reside in the array, though I thought putting (length) in would solve that (spoiler, it did not)