// read an array of 10 integers and check if all the same #include #include #define SIZE 10 int main(void) { // define and get array int A[SIZE]; printf("Enter %d values\n", SIZE); int i; for(i=0; i