The World of Numbers

  • + 0 comments

    !/bin/bash

    read x

    read y

    echo ((x - y)) echo ((x / y))