Arithmetic Operations

  • + 1 comment

    read exprr; echo " scale = 3; $exprr " | bc -l

    I wrote this, but only testcase is failing my output is 17.928 expcted output is 17.929

    Can anyone help me with this?