/**/ #include #include int main(void) { double first, second, third; printf("Please enter 3 numbers seperated by spaces > "); scanf("%lf", &first); scanf("%lf", &second); scanf("%lf", &third); if ((first>second && firstthird)) printf("%.0lf is the median\n",first); if ((second>first && secondthird)) printf("%.0lf is the median\n",second); if ((third>first && thirdsecond)) printf("%.0lf is the median\n", third); return(0); }