Programming - PHP - Discussion

You Are Here :: Home > Programming > PHP - Discussion

 



Q.

What will be the output of the following code? $a = 10; if ($a > 5 OR < 15) echo 'true'; else echo 'false';  .                          


A. TRUE B. false
C. No output D. Parse Error

Answer: Option D
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion