Question: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
+ Report
Total Preview: 716

Copyright © 2024. Powered by Intellect Software Ltd