potezny koks |
Wysł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;
}
😃😃 |
|