Computer Science, asked by jhdskjfdj, 1 year ago

Write a program to print the second largest integer number present in an integer array. Write your code such that the input N, the size of the array is accepted on the first line and the input integer values into the array are provided in the subsequent lines. Find the second largest value present in the array and print it. In case no such value exists, the program should print 'Not Available' to the console. Example
Input: 4 21 23 27 14 Output: 23

Answers

Answered by princess884
3
JAVA program............
Answered by wajahatkincsem
0
SOrry i really dont know the answer to this question
Similar questions