Searched refs:first_num (Results 1 – 1 of 1) sorted by relevance
12 first_num=$115 # upper bound is first_num * 120%16 upper=$(expr $first_num + $first_num / 5 )17 # lower bound is first_num * 80%18 lower=$(expr $first_num - $first_num / 5 )21 echo "The difference between $first_num and $second_num are greater than 20%."