/**/ #include int main(){ int n1, n2, n3, n4, small; printf("Please enter 4 numbers separated by spaces > "); scanf("%d%d%d%d", &n1, &n2, &n3, &n4); small = n1; if (n2