PROGRAMMING:The second largest number
Develop a program to find the second largest number within a array with 10 integer elements.
### Input Specification:
Input 10 integers in a line, seperate each other by a space.
### Output Specification:
Print the correct number on the screen..
### Sample Input:
```in
81 78 80 67 85 42 86 82 90 73
```
### Sample Output:
```out
eighty-six
```
answer:If there is no answer, please comment
### Input Specification:
Input 10 integers in a line, seperate each other by a space.
### Output Specification:
Print the correct number on the screen..
### Sample Input:
```in
81 78 80 67 85 42 86 82 90 73
```
### Sample Output:
```out
eighty-six
```
answer:If there is no answer, please comment