I've worked my way up the the multi-bit gates and completed the And16, Not16 and Or16
So far I've used what I would describe as the brute force approach, doing the same thing 16 times using the correct array notation. Is this the correct approach or should I be seeing some more clever design?
I don't want to miss something important here just because I got it to work