Predict the output
#include iostream
using namespace std;
int main() {
float l, b,p;
cinlb;
p = 2*l+b;
cout"Perimeter=" p;
}

Posted on by