What is the output of the following code?

What is the output of the following code?

$text= ‘This is text’;

$text!= «<‘TEXT’

$text

TEXT;

$text2 = «<TEXT

$text!

TEXT;

echo "$text2";
A . This is text
B . $text
C . $text!
D . $text2

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments