#include int isAlmostUniform( int A[], int size) { int i, firstVal, secondVal; // find two distinct values in array firstVal = A[0]; i=1; while( i