👤

Scrieti un algoritm care să calculeze produsul a două numere.​

Răspuns :

Răspuns:

int main()

string num1;

cout<< "Enter first number" endl;

cin >> num1;

string num2;

cout << "Enter first number" endl;

cin >> num2;

cout << num1+num2;