Closed Jayesh-JainX closed 2 years ago
This code is use to find the 2nd Largest Number in series of 3 numbers eg: input: 1 2 3 ouput: 2 explanation: 2 is the 2nd largest number in the given input
This code is use to find the 2nd Largest Number in series of 3 numbers eg: input: 1 2 3 ouput: 2 explanation: 2 is the 2nd largest number in the given input