Question:What will be the output of the following PHP code? <?php echo 30 * 5.7 ?>
A 150.7 B 1507 C error will occur D 171
+ AnswerC
+ Report