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
3
JAVA program............
Answered by
0
SOrry i really dont know the answer to this question
Similar questions
History,
8 months ago
Business Studies,
8 months ago
History,
1 year ago
Chemistry,
1 year ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Computer Science,
1 year ago