Hi,

The following only outputs a zero. Not sure why.

cout << "Percent Connected: " << (Ccounter/(totalElements*6))*100 << " %\n\n" << endl;

Ccounter and totalElements are Ints.

Thanks