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
+ AnswerD
+ Report