The distance between two points pA (XA,YA) and pB (XB,YB) is calculated as follows V(XA-XB)+(YA–YB) Distance = Write a well-documented C++ program consisting of two functions as described below. Write a function that accepts as parameters (float) the coordinates XA,YA, XB,YB of two points A and B, and returns as a result the distance between the two given points. In the function main: 1) Prompt the user to enter from the keyboard four numbers (float), where the first two numbers represent the coordinates of the first point and the last two numbers represent the coordinates of the second point. 2) Calculate the distance between the two points by calling the above -developed function. 3) Print the entered coordinates of the two points and the calculated distance between them separated by tab at the beginning of a new line. All values must be printed with 2 decimal places. 4) Repeat the previous three steps until the user enters control+Z .

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section: Chapter Questions
Problem 7PP: (Numerical) Heron’s formula for the area, A, of a triangle with sides of length a, b, and c is...
icon
Related questions
Question
C++
The distance between two points pA (XA,YA) and pB (XB,YB) is calculated as follows
2
Distance = (XA-XB) +(YA-YB)´
Write a well-documented C++ program consisting of two functions as described below.
Write a function that accepts as parameters (float) the coordinates XA,YA, XB,YB of two
points A and B, and returns as a result the distance between the two given points.
In the function main:
1) Prompt the user to enter from the keyboard four numbers (float), where the first two
numbers represent the coordinates of the first point and the last two numbers represent
the coordinates of the second point.
2) Calculate the distance between the two points by calling the above -developed function.
3) Print the entered coordinates of the two points and the calculated distance between
them separated by tab at the beginning of a new line. All values must be printed with 2
decimal places.
4) Repeat the previous three steps until the user enters control+Z.
Transcribed Image Text:The distance between two points pA (XA,YA) and pB (XB,YB) is calculated as follows 2 Distance = (XA-XB) +(YA-YB)´ Write a well-documented C++ program consisting of two functions as described below. Write a function that accepts as parameters (float) the coordinates XA,YA, XB,YB of two points A and B, and returns as a result the distance between the two given points. In the function main: 1) Prompt the user to enter from the keyboard four numbers (float), where the first two numbers represent the coordinates of the first point and the last two numbers represent the coordinates of the second point. 2) Calculate the distance between the two points by calling the above -developed function. 3) Print the entered coordinates of the two points and the calculated distance between them separated by tab at the beginning of a new line. All values must be printed with 2 decimal places. 4) Repeat the previous three steps until the user enters control+Z.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Concept of Parenthesis
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning