shahnawazm786 / automation_weekly_batch_

Automation Batch Weekly Class 9.00 AM to 10:00 AM
1 stars 0 forks source link

Write a program to find second max from the integer array #15

Open shahnawazm786 opened 8 months ago

shahnawazm786 commented 8 months ago

Find then second max number from the array e.g - {10,7,39,5,23,11,34,5}

Answer is - 34