srinivasboga / Boga_R-D

0 stars 4 forks source link

Issue #4: Java 8: find2ndHighestEleFromArray #5

Closed srinivasboga closed 2 months ago

srinivasboga commented 2 months ago

Summary:

Create a function to find the second highest number in an array.

Related Pull Request:

This issue is related to PR #4.

Details:

The goal is to implement a method that accepts an array of integers and returns the second highest unique number.

Checklist:

Example Input/Output:

Additional Notes: