Write a C++ program to accept length and breadth of a rectangle
and display its area.in c++
Answers
Answered by
1
Explanation:
C++ program to enter the length and breadth of a rectangle and find its area. There are you will learn how to find the area of a rectangle in the C++ language.
Formula:
P = l * w
where:
P = perimeter
l = length of the rectangle
w = width of the rectangle
Let us understand this through C++ program
Answered by
0
to find the area of rectangle length breadth should be enter by the user
Similar questions