// counts distinct values in array // wdg 2008 #include int main(void) { const int COUNT = 100; int A[COUNT]; // for testing purposes fill strangely int i; for(i=0; i