Java Project.
Can someone help me to write a method in java that meet therequirement below. please explain in comments. Thanks
Find and return the longest sequence of increasing values. Forexample, given this sequence: 67.8, 91.3, 56.3,87.3, 87.4, 90.4, 90.4, 55.0, thesequence that would be returned is the sequence of values shown inbold. the requirement is to return an array of object references(not values) representing this sequence.
Expert Answer
An answer will be send to you shortly. . . . .