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: 1408

Copyright © 2024. Powered by Intellect Software Ltd