Computer Science, asked by umairawais21227, 1 day ago

Algorithm to find area of rhombus ​

Answers

Answered by amannscharlie
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 ranaadilofficial9898
0

write an algorithm to find the area of rhombus

Similar questions