What will be the output of the following code? | PHP MCQs

$a = 10;
if ($a > 5 OR < 15)
echo 'true';
else
echo 'false';
a. true
b. false
c. No output
d. Parse Error

Ans: d

0 comments:

Post a Comment

Blogger news