49 PHP: <?php $seven = (int) 7 ; $total = (int) 0 ; for ( $i=0 ; $i<8 ; $i++ ) { $total = $total + $seven ; } echo $total ;?>