nName is provided as X, Y in a 100 by 100 room Use square root function in cmath sqrt() to calculate the shortest distance between two coordinates (Remember the Pythagorean Theorem?) Write a program tracing.cpp that should load the xycoordinates.txt file into an 3 parallel arrays consisting of person[ ], x[ ], y[ ].  You can use either subscript notation or pointer arithmetic to access the data in the arrays.  Optionally, you can use an struct array if you want to read-ahead about the next module. (10 points bonus).

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Write a C++ program that does the following:
  • Read and input file xycoordinates.txt containing the following: PersonName  X Y where the coordinates of PersonName is provided as X, Y in a 100 by 100 room
  • Use square root function in cmath sqrt() to calculate the shortest distance between two coordinates (Remember the Pythagorean Theorem?)
  • Write a program tracing.cpp that should load the xycoordinates.txt file into an 3 parallel arrays consisting of person[ ], x[ ], y[ ].  You can use either subscript notation or pointer arithmetic to access the data in the arrays.  Optionally, you can use an struct array if you want to read-ahead about the next module. (10 points bonus).
  • The program should use the arrays to calculate the distance between every pair in the room.
  • The program should use a function call that returns the distance.  If the distance is less than 6 feet, report the case giving the names and the calculated distance in a cout statement:  
Example:  Apple and Barry is 4 feet apart and violating COVID-19 social distancing guidelines.
                  Submitted by:  your-name
Data fields in xycoordinates.txt:
Person Name Column 1-10
X coordinate  11-14
Y coordinate  15-20
The file is xycoordinates.txt i attached the picture below
Apple
John
3
4
5
2
Ben
10
4
Carla
4
3
70
Sonny
Tom
55
24
34
29
39
Jerry
Tim
50
55
Tracy
88
31
87
90
Tammy
Jim
74
89
James
72
88
Josh
59
24
12
78
Barry
Tommy
Billy
Johnny
13
65
14
80
2
2
Abdul
65
25
Oiling
33
42
Juan
14
80
Ann
25
44
Margaret 28
Silvia
79
25
55
Collie
94
54
Transcribed Image Text:Apple John 3 4 5 2 Ben 10 4 Carla 4 3 70 Sonny Tom 55 24 34 29 39 Jerry Tim 50 55 Tracy 88 31 87 90 Tammy Jim 74 89 James 72 88 Josh 59 24 12 78 Barry Tommy Billy Johnny 13 65 14 80 2 2 Abdul 65 25 Oiling 33 42 Juan 14 80 Ann 25 44 Margaret 28 Silvia 79 25 55 Collie 94 54
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question
Write a C++ program that does the following:
  • Read and input file xycoordinates.txt containing the following: PersonName  X Y where the coordinates of PersonName is provided as X, Y in a 100 by 100 room
  • Use square root function in cmath sqrt() to calculate the shortest distance between two coordinates (Remember the Pythagorean Theorem?)
  • Write a program tracing.cpp that should load the xycoordinates.txt file into an 3 parallel arrays consisting of person[ ], x[ ], y[ ].  You can use either subscript notation or pointer arithmetic to access the data in the arrays.  Optionally, you can use an struct array if you want to read-ahead about the next module. (10 points bonus).
  • The program should use the arrays to calculate the distance between every pair in the room.
  • The program should use a function call that returns the distance.  If the distance is less than 6 feet, report the case giving the names and the calculated distance in a cout statement:  
Example:  Apple and Barry is 4 feet apart and violating COVID-19 social distancing guidelines.
                  Submitted by:  your-name
Data fields in xycoordinates.txt:
Person Name Column 1-10
X coordinate  11-14
Y coordinate  15-20
The file is xycoordinates.txt i attached the picture below
 
 
Apple
John
3
4
5
2
Ben
10
4
Carla
4
3
70
Sonny
Tom
55
24
34
29
39
Jerry
Tim
50
55
Tracy
88
31
87
90
Tammy
Jim
74
89
James
72
88
Josh
59
24
12
78
Barry
Tommy
Billy
Johnny
13
65
14
80
2
2
Abdul
65
25
Oiling
33
42
Juan
14
80
Ann
25
44
Margaret 28
Silvia
79
25
55
Collie
94
54
Transcribed Image Text:Apple John 3 4 5 2 Ben 10 4 Carla 4 3 70 Sonny Tom 55 24 34 29 39 Jerry Tim 50 55 Tracy 88 31 87 90 Tammy Jim 74 89 James 72 88 Josh 59 24 12 78 Barry Tommy Billy Johnny 13 65 14 80 2 2 Abdul 65 25 Oiling 33 42 Juan 14 80 Ann 25 44 Margaret 28 Silvia 79 25 55 Collie 94 54
Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Array
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.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education