Computer Science, asked by career4dilippaswan, 3 months ago


7. Write a program to find the area of rectangle when the value of length 'L'
and 'B' is given by the user. class 8​

Answers

Answered by venkatsaiteja022
0

I hope you may understand it dear friend

Attachments:
Answered by yadavmunna5210
0

Answer:

CLS

INPUT"ENTER  LENGTH";L

INPUT"ENTR BREADTH";B

AREA=L*B

PRINT"AREA OF RECTANGLE IS";AREA

END

Explanation:

HERE INPUT READS THE LENGTH AND BREADTH OF RECTANGLE AND

AREA=L*B FINDS THE AREA

Similar questions