<r> Syntax div<br/> <br/> Description The div operator divides one number by another and produces the integer result, truncated in the direction of zero. For example, 7 div 2 produces 3 and -7 div 2 produces -3.<br/> <br/> Example In this example, eggCount is the total number of eggs. The first put ...