Computer Science, asked by myselfkaushikraj, 5 months ago

Prepare a flowchart to find the area of square ,right angled traingle and parralllelogram wit suitable inputs of length ,breadth and height. Also ask the user for the choice of display .your flow chart should not display all the areas of all the figures togethet, this is called menu driven program.​

Answers

Answered by vanshikabansal1630
1

Answer:

Program for Area And Perimeter Of Rectangle

A rectangle is a flat figure in a plane.It has four sides and four equal angles of 90 degree each.In rectangle all four sides are not of equal length like square, sides opposite to each other have equal length.Both diagonals of rectangle have equal length.

Examples:

Input : 4 5

Output : Area = 20

Perimeter = 18

Input : 2 3

Output : Area = 6

Perimeter = 10

Similar questions