In this task, you need to:
1. Read integers from the keyboard until something else is entered, such as a string or a character.
At least two numbers must be entered. If less than two integers are entered, then terminate the program with an error. You don't need to handle this situation.
2. Display
Second smallest number entered
- 4
Locked
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Anonymous #10989168
4 May, 16:11
The task does not specify what to display if all the entered numbers are equal
0