Hello for the question below, i know how to calculate the distance. But i don't know; 1. how to make the statement looping using a while loop. 2. If the value entered is not an integer value, the program will print "Invalid Input" The distance between two points (i.e., coordinates) is the length of the line segment that connects the two given points. Write, compile, and run a C++ program to calculate the distance between a series of two points as stated in Table 1. Use the C++ mathematical function to calculate the distance and use a 'while' loop to repeat or control the repetition statements. The user should be prompted to enter the two coordinates and your program will output the distance between the two points rounded up to 3 decimal values. If the value entered is not an integer value, the program will print "Invalid Input". The distance between the two points with the coordinates (x1, y1) and (x2, y2) is given by the following formula: distancr - (x, - x, y' +(y, -3,}

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Hello for the question below, i know how to calculate the distance. But i don't know;
1. how to make the statement looping using a while loop.
2. If the value entered is not an integer value, the program will print "Invalid Input"
The distance between two points (i.e., coordinates) is the length of the line segment that
connects the two given points. Write, compile, and run a C++ program to calculate the distance
between a series of two points as stated in Table 1.
Use the C++ mathematical function to calculate the distance and use a 'while' loop to repeat or
control the repetition statements. The user should be prompted to enter the two coordinates and
your program will output the distance between the two points rounded up to 3 decimal values. If
the value entered is not an integer value, the program will print “Invalid Input". The distance
between the two points with the coordinates (x1, y1) and (x2, y2) is given by the following
formula:
distance - (x, - x, ) +(7, - x,)"
Coordinate A
Coordinate B
Distance
(3, 2)
(-15, -12)
(-3, 5)
(8, 12)
(-4, 3)
(-5, 6)
(9, 7)
(6, 20)
(7, -1)
(3, 9)
(9, 6)
(4, -3)
7.81
Table 1
Transcribed Image Text:Hello for the question below, i know how to calculate the distance. But i don't know; 1. how to make the statement looping using a while loop. 2. If the value entered is not an integer value, the program will print "Invalid Input" The distance between two points (i.e., coordinates) is the length of the line segment that connects the two given points. Write, compile, and run a C++ program to calculate the distance between a series of two points as stated in Table 1. Use the C++ mathematical function to calculate the distance and use a 'while' loop to repeat or control the repetition statements. The user should be prompted to enter the two coordinates and your program will output the distance between the two points rounded up to 3 decimal values. If the value entered is not an integer value, the program will print “Invalid Input". The distance between the two points with the coordinates (x1, y1) and (x2, y2) is given by the following formula: distance - (x, - x, ) +(7, - x,)" Coordinate A Coordinate B Distance (3, 2) (-15, -12) (-3, 5) (8, 12) (-4, 3) (-5, 6) (9, 7) (6, 20) (7, -1) (3, 9) (9, 6) (4, -3) 7.81 Table 1
This should be the output
SAMPLE OUTPUT 1
Please enter coordinate x1 for A: 3
Please enter coordinate y1 for A: 2
Please enter coordinate x2 for B: 9
Please enter coordinate y2 for B: 7
The distance between coordinates A an B is: 7.81
Please enter coordinate x1 for A: -15
Please enter coordinate y1 for A: -12
Please enter coordinate x2 for B: 6
Please enter coordinate y2 for B: 20
SAMPLE OUTPUT 2
Please enter coordinate x1 for A: X
Please enter coordinate y1 for A:
Please enter coordinate x2 for B:
Please enter coordinate y2 for B:
The distance between coordinates A an B is: 0.00
Invalid input..
Please help me.
Transcribed Image Text:This should be the output SAMPLE OUTPUT 1 Please enter coordinate x1 for A: 3 Please enter coordinate y1 for A: 2 Please enter coordinate x2 for B: 9 Please enter coordinate y2 for B: 7 The distance between coordinates A an B is: 7.81 Please enter coordinate x1 for A: -15 Please enter coordinate y1 for A: -12 Please enter coordinate x2 for B: 6 Please enter coordinate y2 for B: 20 SAMPLE OUTPUT 2 Please enter coordinate x1 for A: X Please enter coordinate y1 for A: Please enter coordinate x2 for B: Please enter coordinate y2 for B: The distance between coordinates A an B is: 0.00 Invalid input.. Please help me.
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY