Write an algorithm for finding area of a right-angle triangle with a base of 4 andheight of 3.Area = 1⁄2 Base x Height.Implement that algorithm using Python 3.
Expert Answer
Answer to Write an algorithm for finding area of a right-angle triangle with a base of 4 and height of 3. Area = 1⁄2 Base x Hei…