read a ; read b d=`expr $b / $a` m=`expr $b % $a` if [ $m -gt 0 ] ; then d=`expr $d + 1` fi echo $d