// Find smallest #include using namespace std; int main() { double num1,num2,small; cout<<"Enter a number:"; cin>>num1; cout<<"Enter another number:"; cin>>num2; small=(num1