помогите Срочно !!! !!!!!
С++​

Приложения:

Ответы

Ответ дал: borwoll5
0

#include <iostream>

using namespace std;

int main()

{

int a = 5;

float b = -3.5;

float s;

s = a + b;

cout << s << endl;

system("pause");

}

Вас заинтересует