<?php for ($a = 1; $a <= 20; $a++){ $divide = 40/$a; echo "The result of dividing 40 by $a is $divide", "<br>"; }?>