Closed yougottawork closed 2 years ago
💖 Thanks for opening this issue. 💖
A Codinasion team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines.
Hey @yougottawork
Thanks for opening this Issue 👍🏻
Description
Write a program that:
Area of a trapezoid = (
base 1
+base 2
) *height
/ 2Example:
Base 1 = 5, Base 2 = 10, Height = 7
Area of the trapezoid = (5+10)*7/2 = 52.5
Programme
Tracking Issues