In this project, you perform calculations with triangles. a triangle is defined by the x- and y-coordinates of its three corner points. your job is to compute the following properties of a given triangle: -the lengths of all sides-the perimeter-the angles at all corners-the areaof course you should implement a triangle class with appropriate methods. supply a program that prompts a user for the corner point coordinates and produces a nicely formatted table of the triangle properties.

Solved
Show answers

Ask an AI advisor a question