1.

What will be the output of the following PHP code ?
<?php
echo 10 * 15 / 12 + 14
?>

A. 10
B. 26.5
C. 15
D. 14
E. 12
Answer» C. 15


Discussion

No Comment Found

Related MCQs