Even More Classes

In class, we worked on a Point and Line class. I am posting code for the Point class but not for the Line class. (We'll continue working on the Line class on Friday). I am also posting a third class, ComputeLines, that has a main method. In the main method, I am testing the Line class by creating objects of type Line and then using the dot operator to call various methods.

Update: Scratch what I wrote above, I'm going to provide the Line class so you have an example for tomorrow's lab.