Write a program that take N integer number as input and display the second largest value but doesn't use the array.
Write a program that take N integer number as input and display the second largest value but doesn't use the array.
Student
An MBA in finance imparts and improves management aptitude, inventive ability, critical thinking ability, and so forth. It offers a real-time experience that fabricates a staunch career foundation for students and working professionals. It helps them to thoroughly understand the financial sector.
First of all,
what is second largest value, like we have 5 number of a series 12,45,78,15,23. in this series 78 is the first largest value, 45 is the second largest value, and 23 is the third largest value so on.
Program
Output: