xercise 4 in the previous exercises, you were able to traverse the arrays because you knew up front how many elements were in them – in fact that number was hard-coded into the .blkw pseudo-op. can you think of a way to create and/or traverse an array without knowing beforehand how many elements it will contain, and without using .blkw?