Hello, World! A new Point object, "A", has been created with the default int values for x and y. Point A is located at (0,0). A new Point object, "B", has been created with the default int values for x and y. Point B is located at (1,1). A new Point object, "C", has been created with the default int values for x and y. A new Point object, "C", has been created at (2,2). Point C is located at (2,2). A new Point object, "D", has been created with the default int values for x and y. A new Point object, "D", has been created at (3,3). Point D is located at (3,3). A new Point object, "E", has been created copying Point A at (0,0). Point E is located at (4,4). A new Point object, "throwAway", has been created with the default int values for x and y. A new Point object, "throwAway", has been created at (5,5). A new Point object, "F", has been created copying Point throwAway at (5,5). Point F is located at (5,5). The distance between Point A and Point A is 0.0 The distance between Point B and Point C is 1.4142135623730951 The distance between Point A and Point F is 7.0710678118654755 The distance between Point F and Point A is 7.0710678118654755