@danecom-ZLaFIg
•
Oct 22, 2024
Oct 22, 2024
2.5K
Array Question???
Just a quick question.
if the array size is w1[6] w2[6] w3[6]
And I am putting in 6 items into the array for f and r.
for(i=0;i<n1;i++)
for(j=0;j<n1;j++)
w3.f=w1.f+w2[j].f
w3.r=w1.r;...