The World of Numbers

  • + 0 comments

    read -p 5 X read -p 2 Y

    sum=((X-Y)) product=((X/Y))

    echo "difference" echo "quotient"