Autor Wiadomość
potezny koks
PostWysłany: Wto 18:09, 11 Sty 2022    Temat postu: Odpowiedz uwu

{
using namespace std;
int a, b;
cout << "Enter two integer figures, and I try to sum it." <<endl>> a;
cout << "You \'ve entered the first number. Now enter the second one: " <<endl>> b;
cout << "Sum is: " << a + b;
return 0;
}

😃😃

Powered by phpBB © 2001, 2005 phpBB Group