Question
The distance between any two points (x 1 ,y 1 ) and (x 2 ,y 2 ) is given by: distance=sqrt((x1-x2)^2+(y1-y2)^2) The area of a
The distance between any two points (x1,y1) and (x2,y2) is given by:
distance=sqrt((x1-x2)^2+(y1-y2)^2)
The area of a triangle is:
area=sqrt(s*(s-a)*(s-b)*(s-c))
where a, b, and c are the lengths of the sides of the triangle, and s is equal to half the sum of the lengths of the three sides of the triangle.Make a program that will prompt the user to enter the coordinates of three points that determine a triangle (e.g. the x and y coordinates of each point).The program will then calculate and print the area of the triangle.It will call one function to calculate the area of the triangle.This function will call another function that calculates the length of the side formed by any two points (the distance between them).Finally, it will call a function to print the result.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started