Question: I need help on a Java Project. I need to make an application that can read text files a list of points in two-dimensional space
I need help on a Java Project. I need to make an application that can read text files a list of points in two-dimensional space and display those points in a graphics window. The points will be provided as pairs of numbers (integer or floating-point) representing the X and Y positions in a Cartesian coordinate system. The first line of the text file will be an integer indicating the number of point positions, N. The next N lines will be a pair of values (one point per line), each value preceded by zero or more spaces with the two values separated by a comma.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
