Question: How to use a nested loop?

For i=1 I need to calculate the variables  t12[i], t13[i] ... and t18[i], then to  calculate Cn(i,n)=F(t12[i], t13[i] ... and t18[i]) as n increase from 1 to 15 and then to increase i and calculate all these  variabels another time and this will continue to i=5.

How to make the nested loop for this example?

Thank you ,

Tanya

Please Wait...