Algorithm to find area of rhombus
Answers
Answered by
4
For given side
- Start
- Declare a, h, x as height base, area.
- enter the value for base and height
- x = a × h .
- area = a × h
- stop
For give diagonal
- Start
- Declare a,b, x as diagonal1 diagonal2, area.
- enter valve for diagonal
- x = 1/2 × (a × b)
- area = 1/2 (a × b)
- stop
Answered by
0
write an algorithm to find the area of rhombus
Similar questions