The World of Numbers

Sort by

recency

|

209 Discussions

|

  • + 0 comments
    #!/usr/bin/env bash
    
    read x
    read y
    
    echo $(( $x + $y ))  
    echo $(( $x - $y ))  
    echo $(( $x * $y ))  
    echo $(( $x / $y ))   
    
  • + 0 comments

    The Linux shell is such a powerful tool—it’s like having superpowers at your fingertips. 11xplay login

  • + 0 comments

    The Linux shell is such a powerful tool — once you get comfortable with the command line, it opens up a whole new level of control and efficiency. 11x play

  • + 0 comments

    read X read Y mo() { echo 1 Y )) }

    mo + mo - mo '*' mo /

  • + 0 comments

    !/bin/bash read x read y echo ((x-y)) echo ((x/y))