<<< Previous question <<< Question ID#0807.md >>> Next question >>>
Consider the following script:
<?= (int)("77.74" * 100);
What will be the output of the above PHP script?
- A) 7773
- B) 7774
- C) an error
- D) 7700
Answer
Answer: A
Consider the following script:
<?= (int)("77.74" * 100);
What will be the output of the above PHP script?
Answer: A