Computer Science, asked by medha2058, 2 months ago

Write a C++ program to accept length and breadth of a rectangle

and display its area.in c++​

Answers

Answered by nandha2401
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 zoyanishat7
0

to find the area of rectangle length breadth should be enter by the user

Similar questions