This module contains functions that will find the area of a shape based on parameters given as input to the functions down below.
rectangle(l, w);
parallelogram(b, h);
triangle(b, h);
trapezoid(h, b1, b2);
circle(r);
This module contains functions that will find the area of a shape based on parameters given as input to the functions down below.
rectangle(l, w);
parallelogram(b, h);
triangle(b, h);
trapezoid(h, b1, b2);
circle(r);