Question: I have developed the attached program in the class. this program create two points and finds the distance between them. I want you to write

I have developed the attached program in the class. this program create two points and finds the distance between them.
I want you to write a program that create three point, lets say p1,p2,and p3. program must find the distance between each points ( p1-p2, p2-p3 and p3-p1). you can use my program to do that or if you have your code you can use it.
create a function to take three distances and find out is it possible to make a triangle with three points.
bhe triangle inequality theorem states that the sum of the lengths of any two sides of a triangle must be greater than the length of the third side. This can be written as the following inequalities:
a
+
b
>
c
a
+
c
>
b
b
+
c
>
a
If the side lengths of a triangle do not satisfy these conditions, then it is not possible to draw a triangle with those measurements.
The triangle inequality theorem can be used to construct triangles from three measures of angles or sides. It can also help determine if the conditions will result in a unique triangle, more than one triangle, or no triangle

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!