Question: Write a python program to program to ask user to enter height and base of a triangle and then calculate area of a triangle using
Write a python program to program to ask user to enter height and base of a triangle and then calculate area of a triangle using following equation
area_of_triangle = (height * base) /2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
