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