// #include #include int main () { int a, b, c; printf("Please enter three integers separated by spaces > "); scanf("%d%d%d", &a, &b, &c); while (a