Результат виконання програми буде: *
#include "include",
using namespace std;
int main()
{
setlocale(LC_ALL,"Ukrainian";);
double a=5, b=7,
double p, d, s;
p=(a+b)*2;
s=a*b;
cout<<"pezy bratu"<< endl;
cout <<"p="<<p<< endl;
cout <<"s="<<s<< endl;
system("pause");
return 0;
}