/**/ #include #include int main () { int first, second, third, fourth, lowest; printf("Please enter 4 numbers separated by spaces > "); scanf("%d%d%d%d", &first, &second, &third, &fourth); if (first