<<< Previous question <<< Question ID#0019.md >>> Next question >>>
Consider the following PHP script:
<?= (int) ((0.1 + 0.7) * 10); ?>
What will be the output of the PHP script?
- A) 7
- B) 10
- C) The PHP script will return an error message.
- D) 8
Answer
Answer: A