Odpowiedź:
#include <iostream>
using namespace std;
int main ()
{
int a,b;
cout<<"Podaj a: ";
cin>>a;
cout<<endl<<"Podaj b: ";
cin>>b;
cout<< "Pole to "<< a*b<<endl;
cout<<"Obwod to "<<2*a+b*2;
}
Wyjaśnienie:
Jesli to c++, a zakładam że o to ten język chodzi to masz