Question: Objective: Write a simple function to implement a mathematical formula. Write a function calculate_triangle_area which calculates the area of a triangle given the base and
Objective: Write a simple function to implement a mathematical formula. Write a function "calculate_triangle_area" which calculates the area of a triangle given the base and the height. The function accepts arguments base b and height h, and should return the area of the triangle. The area of a traingle can be calculated using the formula A=21bh
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
