karta pracy
Zadanie 1
#include
using namespace std;
int main()
sumawag=a+b+c;
cout<<"S="<<sumawag<<endl;
return 0;
}
Zadanie 2
#include
using namespace std;
int main()
float a,b,poleprostokata;
cout<<"podaj bok a i b";
cin>>a;
cin>>b;
if:=a*b then end;
poleprostokata=a*b;
cout<<"S="<<poleprostokata<<endl;
return 0;
}