diff --git a/FloatDivision.sh b/FloatDivision.sh new file mode 100644 index 0000000..fb7bf07 --- /dev/null +++ b/FloatDivision.sh @@ -0,0 +1,3 @@ +#!/bin/bash +#scale will define how long will be your number after the decimal point +echo "scale=2; 3.0/2" | bc