#include <iostream><<endl;
cin>>num3;
cout<
using namespace std;
int main()
{
int num1,num2,num3;
cout<<“Enter the value of num1” <<endl;
cin>>num1;
cout<<“Enter the value of num2” <<endl;
cin>>num2;
cout<<“Enter the value of num3” <“the multiply is “<<num1*num2*num3;
}