Question: Here is the API for a Point class representing a 2-dimensional point. Code an application class (i.e., a class containing a main method), named PointApp

Here is the API for a Point class representing a 2-dimensional point. Code an application class (i.e., a class containing a main method), named PointApp that reads point data from the file points.text. This data is then used to create pairs of Point objects which are then used to flex (ie, illustrate) the methods of the class. The format of the points.text file is: x1 y1 x2 y 2 .e., pairs of x/y coordinates, resulting in data for 2 Point objects per line. The name of your class should be PointApp. For example, if the file points.text contains: 1 1 1 1 1 1 1 1 1 -1 -1 1 -1 -1 1 1 1 1 1 1 -2 -2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
