Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Introduction to Wireless and Mobile Systems

Authors: Dharma P. Agrawal, Qing An Zeng

4th edition

1305087135, 978-1305087132, 9781305259621, 1305259629, 9781305537910 , 978-130508713

Students also viewed these Programming questions