srinivasboga / Boga_R-D

0 stars 0 forks source link

Issue 2: Create a function to find the second highest number in an array. #3

Open srinivasboga opened 21 hours ago

srinivasboga commented 21 hours ago

Summary:

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

Related Pull Request:

This issue is related to PR #2.

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: