/**/ #include #include int main () { int a,b,c; printf("Please enter 3 numbers separated by spaces > "); scanf("%d %d %d",&a,&b,&c); if ((b>a && bc)) { printf("%d is the median",b); } if ((c>a && cb)) { printf("%d is the median",c); } if ((a>b && ac)) { printf("%d is the median",a); } return 0; }