codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Area of a trapezoid #496

Closed yougottawork closed 2 years ago

yougottawork commented 2 years ago

Description

Write a program that:

Area of a trapezoid = ( base 1 + base 2 ) * height / 2

Example:

Base 1 = 5, Base 2 = 10, Height = 7

Area of the trapezoid = (5+10)*7/2 = 52.5

Programme

Base 1 : 5
Base 2 : 10
Height  : 7

Area : 52.5

Tracking Issues

welcome[bot] commented 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.

harshraj8843 commented 2 years ago

Hey @yougottawork

Thanks for opening this Issue 👍🏻