(computer) write a c++ program to find perimeter of a rectangular park of length 10cm and breadth 7cn
roshni1223:
its 10m and 7m
Answers
Answered by
0
Hey there here is your fragment of the c++ program..
int main()
{
int Peri;
Peri=2(10+7);
cout<<"\n The perimeter of the rectangle is "<< Peri;
return 0;
}
hope it helps you....
@pratyush
int main()
{
int Peri;
Peri=2(10+7);
cout<<"\n The perimeter of the rectangle is "<< Peri;
return 0;
}
hope it helps you....
@pratyush
Similar questions
Math,
7 months ago
Social Sciences,
7 months ago
Science,
7 months ago
Math,
1 year ago
Physics,
1 year ago
Business Studies,
1 year ago