Why does the calculator test [ "$#" -eq 3 ]?
[ "$#" -eq 3 ]
It requires every calculation to produce three results
It checks whether only the third argument is numeric
It requires exactly two number arguments and one operator argument
It confirms that three external commands are installed