Basic PHP
Which statement will output $x on the screen?

echo “/$x”;
echo “$x;”;
echo “\$x”;
echo “$$x”;

ANSWER DOWNLOAD EXAMIANS APP