How to Multiply tow numbers in C++? #include<iostream> using namespace std; int main() { double a,b; cout<<"Enter the value of a="<<e...