I read price from user input. When i multiply the input with int like this
T=\"$((PRICE*QTY))\"|bc; gives line 272: 12.
\"$((PRICE*QTY))\"|bc
T="$(echo "$PRICE*$QTY" | bc)"