Thread: Ctrl+V
View Single Post
Old 11-16-2002, 01:06 AM  
stevo
Confirmed User
 
Join Date: Aug 2002
Location: Orlando, Florida
Posts: 2,051
total = 0;
for (i=0; i<CAND; i++) {
a[PREC][i] = 0;
for (j=0; j<PREC; j++)
a[PREC][i] += a[j][i];
total += a[PREC][i];
stevo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote