int arr[70] // to call an array

Largest element in array
second largest element
sorting→ then check emelent other then last one

find largest, and then start a loop check all thing .
optimal: go in a single loop, check if the current is bigger, then put current bigger in the second largest
check if array is sorted
check like this, that no previous is bigger

remove duplicate in plan
use set and itrate
