Computer Science, asked by Lukoipljbhtrsbhy, 23 days ago

a Small Basic program to read two sides of a rectangle (length, breadth) and find out the Perimeter of a rectangle.

Answers

Answered by RithwikAnantha
0

Answer:

Example. Input. Length of rectangle = 30. ...

Step by step. Input length and width of rectangle from user. Store it in some variable say length and width. Apply formula to calculate rectangle perimeter i.e.perimeter = 2 * (length + width). ...

Output. Enter length of rectangle: 30. Enter width of rectangle: 20

Explanation:

PLEASE MARK BRAINLIEST ANSWER

Similar questions