Question:Evaluate the following Statements:
$treat=true; If ! ($treat){ Echo (“Treated”); } Else {echo (“Not treated”);} ?>Select correct answer from the followings
A Treated will be displayed
B Not Treated will be displayed
C Script does not work
D None
+ AnswerC
+ Report