Complete the multi-scenario If statement that checks if a nu…

Complete the multi-scenario If statement that checks if a number is positive or negative: read -p “Enter a number: ” num ____ [[  $num ____ 0  ]] ; ____     echo “The number is positive” ____ [[ $num ____ 0 ]] ; ____     echo “The number is negative” ____     echo “The number is 0” ____ _______ _______ _______ _______ _______ _______ _______ _______