A =6
B= 3

ADD = $(( A + B))

DIVIDE = $($A / $B)

echo "Addind $B to $A is " $ADD

echo "$A divided by $A is "$DIVIDE