Help for this page
$b[$i] = $a[$i] + $a[$j];
for($i=1;$i<=$k;$i++){ # $k = $#a + 1; $j = $i - 1;
for($i=1;$i<$k;$i++)