fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5.  
  6. int num1;
  7. int num2 ;
  8. int num3;
  9. int num;
  10. cout<<"the product is "<<endl;
  11. cin>>num1,num2,num3;
  12. num=num1*num2*num3;
  13. cout<<"the num is"+num<<endl;
  14.  
  15.  
  16.  
  17. }
Success #stdin #stdout 0s 4532KB
stdin
Standard input is empty
stdout
the product is 
the num is