D will be the answer a program that allows you to take a tutorial on html terminology
in your notes books and in your vopy
Answer:
No
Explanation:They both have different actions
Answer:
#include<iostream>
using namespace std;
int main()
{
int a,b,c;
cout<<"enter the value of a:";
cin>>a;
cout<<"enter the value of b:";
cin>>b;
cout<<"enter the value of c:";
cin>>c;
cout<<"product is:"<<(a*b*c);
return 0;
}
Explanation: