CJCoding With Joseph
15per day

Second Largest Element

An int array is given. Find and print the second largest value.

For { 12, 5, 19, 3, 8 } the largest is 19 and the second largest is 12.

Expected Output:

12
Topics:
Arrays
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.