Question: please use simple codeblocks code Write a program that calculates the perimeter of a triangle. The program should use read three pairs of integers (x1,
Write a program that calculates the perimeter of a triangle. The program should use read three pairs of integers (x1, y1), (2, y2) and (x3, y3) from the keyboard, which represent the points of the triangle of sides A, B and C in an x-y plane. The answer should display the perimeter value in an easily readable form. Use the Euclidean distance between the points as follows: distance(A B)=sqrt{(x0 x 1)^2+(90-y1^2) The precision of the result should be set to two. See the example how to format the result. For example: Test Input Result The triangle perimeter is 6.83 Example 11 13 33
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
