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

AM NEVOIE DE AJUTOR URGENT VĂ ROG MULT DAU COROANA Pot Da Şi Nr Meu De Telefon class=

Răspuns :

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: