[solved] – Question 82318
Write a static method that accepts an array of LineSegments and returns the longest of the line segments. If the array is null, or empty, return null.
(Your answer to this should be a single method. No need to write a whole class.)
Expert Answer
OR

