-->
当前位置:首页 > 题库

PROGRAMMING:The second largest number

Luz5年前 (2021-05-10)题库423
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