Honestly anything can do this
Dim L1 array (A, B, C)
Dim L2 array (H, I, J)
For X=1 to 3
For Y=1 to 3
Output = Output((L1(X) + L2(Y) )
echo Output
next Y
next X
e/
If you specifically need a program to do this it literally takes seconds to compile and I can shoot it over
This post was edited by 0n35 on Sep 26 2013 10:38am