In this page, finding largest or smallest number among three or more integers is explained.
click on the content to continue..
the smallest in `-2`, `7`, `1` is `-2`. It is verified that `-2` is smaller than both the other numbers `7` and `1`.
The largest in `83`, `9`, `-99` is `83`. It is verified that `83` is larger than both the other numbers `9` and `-99`.
Two or more integers can be compared to find
• smallest or lowest value
• largest or highest value
Solved Exercise Problem:
Find the smallest in `-8`, `-843`, `-84`.
- `-843`
- `-843`
- `-8`
The answer is "`-843`"
Solved Exercise Problem:
Find the largest in `-2`, `-7`, `-4`.
- `-7`
- `-2`
- `-2`
The answer is "`-2`"
Solved Exercise Problem:
Find the largest in `5`, `-5`, `5`, `-5`.
- `-5`
- `5`
- `5`
The answer is "`5`"
Solved Exercise Problem:
Find the smallest in `-2`, `0`, `4`.
- `0`
- `-2`
- `-2`
The answer is "`-2`"