<pre class="ip-ubbcode-code-pre"> foreach(int output in outputs)<BR> outWeights.Add(0);</pre><BR><BR>Essentially, all this is doing is adding 0's to an ArrayList <I ...