(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