Tell me how to act if an array is given (for example, n) with a length of 32 elements, arbitrarily filled with zeros and ones, and you want to display the contents in the form:
n (1) = "The first four elements of the array"
n (2) = "The second four elements of the array"
...
n (8) = "The last four elements of the array"
Thank you in advance.