The World of Numbers

  • + 0 comments

    !/bin/bash

    read X read Y

    echo ((X - Y))
    echo ((X / Y))