Okay, so I am trying to start an array for a Unit Test. This test is used to find different variations of binary. Example: 0001, find other possible variation of that with an array. I was looking for someone who can help me with this.
P.S. I was thinking this might be a Dynamic Array.
Edit: It is supposed to be a list of binary numbers, where either a 1 or a 0 can be at any location. There is supposed to be for loops for each variable that is tested. There is also supposed to be seven slots that are the possible variations.