#!/bin/bash a=5.66 b=8.67 c=`echo $a + $b | bc` echo " The final output is $c "