write a programm to enter the length and width of a rectangle .Display the area and perimeter of the rectangle. ( Subject is COMPUTER)
Answers
Answered by
0
Answer:
Explanation:
#include <bits/stdc++. h>
using namespace std;
int main{
int a,b,c,d;
cin>>a>>b;
c=(a+b)*2;
d=a*b;
cout<<c<<d;
return 0;
}
Similar questions
Physics,
5 months ago
Social Sciences,
5 months ago
Computer Science,
5 months ago
English,
11 months ago
Biology,
11 months ago
Math,
1 year ago
Math,
1 year ago
India Languages,
1 year ago