AM NEVOIE DE AJUTOR URGENT VĂ ROG MULT. DAU COROANA . Pot da şi nr. meu de telefon

Răspuns:
#include <iostream>
using namespace std;
int main()
{
int a,b,suma;
cout<<"a=";
cin>>a;
cout<<"b=";
cin>>b;
suma=a+b;
cout<<"suma este "<<suma;
return 0;
}
Explicație: