#include <iostream>
using namespace std;
int main() {
int l =3;
int b=2;
int h =4;
//proceso 
int p=l+l+b;
int A=b*h/2;
cout <<"elarea" << A;
cout <<"elperimetro" << p;
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: