Q36
What will be the output of the following PHP code ?
A.
0.01.0
B.
01
C.
No output
D.
ERROR
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
In a class constants should be defined const MIN_VALUE = 0.0;const MAX_VALUE = 1.0; instead.