Shell Script to find if a number is positive or negative or zero with output ... echo "Enter a number:" read a if [ $a -eq 0 ] then echo "$a is neither ...
確定! 回上一頁